summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-08 10:32:40 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-08 10:32:40 -0700
commitcdc83801c5377c1f7a2c677b6d2e52f1e5c6d366 (patch)
treefc3688d6909eb196a6b455b4d5e67c3a400dab5c
parentcfe84b7f38d8f21d7e8bc48a14b2b5fcc178a69e (diff)
bugsplat symbol-upload does not use vMAJOR tags
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 3295e5b401..bfa7c5d921 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: Bugsplat-Git/symbol-upload@v10.0.0
with:
username: ${{ env.BUGSPLAT_USER }}
password: ${{ env.BUGSPLAT_PASS }}