diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-08 09:34:48 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-08 09:34:48 -0700 |
commit | f1f3aa42e8fcb3e1a511c08a23c50aaf291199dc (patch) | |
tree | 803797888c18554e2e7319a930bfbf6a94a22227 /.github/workflows | |
parent | 60003cf077866401a809905474d3369c7795109a (diff) |
CR fixes
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 72cdf01634..c998f42905 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -390,7 +390,7 @@ jobs: tar -xJf "${{ needs.build.outputs.viewer_channel }}.sym.tar.xz" -C _artifacts - name: Post Windows symbols if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS - uses: Bugsplat-Git/symbol-upload@v9.1.1 + uses: Bugsplat-Git/symbol-upload@v10 with: username: ${{ env.BUGSPLAT_USER }} password: ${{ env.BUGSPLAT_PASS }} |