Use the secondlife-3p fork of symbol upload, which has vMAJOR tags
parent
cfe84b7f38
commit
d46c444aee
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue