Skip to content

Commit

Permalink
tentative sentry build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Nov 5, 2023
1 parent 51508dc commit 1253e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
token: ${{ env.SENTRY_TOKEN }}
organization: flycast
project: minidump
version: 2.21.2
if: ${{ env.SENTRY_TOKEN != '' }}

- name: Upload symbols to Sentry
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
token: ${{ env.SENTRY_TOKEN }}
organization: flycast
project: minidump
version: 2.21.2
if: ${{ env.SENTRY_TOKEN != '' }}

- name: Upload symbols to Sentry (Windows, macOS, Linux)
Expand Down

0 comments on commit 1253e11

Please sign in to comment.