Let's just try Linux without the dumpSyms

master
Beq 2024-09-03 22:11:08 +01:00
parent 6b2e9ffb77
commit 96ef422551
1 changed files with 6 additions and 6 deletions

View File

@ -315,11 +315,11 @@ jobs:
echo "viewer_build=$viewer_build" >> "$GITHUB_OUTPUT"
echo "viewer_channel=${{ env.FS_RELEASE_CHAN }}" >> "$GITHUB_OUTPUT"
echo "viewer_release_type=${{ env.FS_RELEASE_TYPE }}" >> "$GITHUB_OUTPUT"
- name: Install node-dump-syms
if: runner.os == 'Linux'
run: |
npm install -g node-pre-gyp
npm install -g node-dump-syms
# - name: Install node-dump-syms
# if: runner.os == 'Linux'
# run: |
# npm install -g node-pre-gyp
# npm install -g node-dump-syms
- name: Post Bugsplat Symbols
uses: beqjanus/symbol-upload@main
@ -350,7 +350,7 @@ jobs:
files: ${{ runner.os == 'Windows' && '**/Release/*.{pdb,exe,dll}' || runner.os == 'macOS' && '**/*.xcarchive.zip' || '**/{do-not-run-directly-firestorm-bin,*.sym}' }}
directory: "build-*"
node-version: "20"
dumpSyms: ${{ runner.os == 'Linux' && 'true' || 'false' }}
dumpSyms: false
- name: Publish artifacts
if: runner.os == 'Windows'
uses: actions/upload-artifact@v4