bugsplat symbol-upload does not use vMAJOR tags

master
Roxie Linden 2024-08-08 10:32:40 -07:00
parent cfe84b7f38
commit cdc83801c5
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}