diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-08 12:03:53 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-08 12:05:16 -0700 |
commit | d46c444aee3fa1b3623d8d94151af1bfdae815b1 (patch) | |
tree | f55c8b23d8e4a8d03440fdd481517a951f995810 /.github/workflows | |
parent | cfe84b7f38d8f21d7e8bc48a14b2b5fcc178a69e (diff) |
Use the secondlife-3p fork of symbol upload, which has vMAJOR tags
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3295e5b401..ebbb9dea88 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@v10 + uses: secondlife-3p/symbol-upload@v10 with: username: ${{ env.BUGSPLAT_USER }} password: ${{ env.BUGSPLAT_PASS }} @@ -414,7 +414,7 @@ jobs: name: macOS-symbols - name: Post Mac symbols if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS - uses: Bugsplat-Git/symbol-upload@v9.1.1 + uses: secondlife-3p/symbol-upload@v10 with: username: ${{ env.BUGSPLAT_USER }} password: ${{ env.BUGSPLAT_PASS }} |