Skip to content

Commit

Permalink
[GitHub Actions] Flatpak: Bundle the executables into the debug symbo…
Browse files Browse the repository at this point in the history
…ls package
  • Loading branch information
past-due committed Oct 13, 2023
1 parent 53f46ec commit ac0cdb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ jobs:
with:
name: 'debugsymbols_linux_flatpak_${{ matrix.arch }}'
path: |
flatpak_app/files/bin
flatpak_app/files/lib/*.so.*
flatpak_app/files/lib/debug/bin
flatpak_app/files/lib/debug/lib
if-no-files-found: 'error'
Expand Down Expand Up @@ -306,7 +308,7 @@ jobs:
exit 0
fi
docker pull getsentry/sentry-cli
docker run --rm -e SENTRY_AUTH_TOKEN -v "$(pwd):/work" getsentry/sentry-cli upload-dif --no-zips -o warzone2100 -p warzone2100 "${WZ_ARCHIVE_DIR}"
docker run --rm -e SENTRY_AUTH_TOKEN -v "$(pwd):/work" getsentry/sentry-cli debug-files upload --no-zips -o warzone2100 -p warzone2100 "${WZ_ARCHIVE_DIR}"
upload-release-builds:
strategy:
Expand Down

0 comments on commit ac0cdb6

Please sign in to comment.