summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-08 12:03:53 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-08 12:05:16 -0700
commitd46c444aee3fa1b3623d8d94151af1bfdae815b1 (patch)
treef55c8b23d8e4a8d03440fdd481517a951f995810 /.github/workflows
parentcfe84b7f38d8f21d7e8bc48a14b2b5fcc178a69e (diff)
Use the secondlife-3p fork of symbol upload, which has vMAJOR tags
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml4
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 }}