Skip to content

Commit

Permalink
Update build_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Apr 10, 2024
1 parent a6c4916 commit c63107d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
build/app/outputs/bundle
- name: Upload debug symbols
run: flutter packages pub run sentry_dart_plugin
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'release'
continue-on-error: true
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
Expand Down

0 comments on commit c63107d

Please sign in to comment.