Skip to content

Commit

Permalink
revert change to newer dart cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 4, 2024
1 parent 60ce5e9 commit 2b08bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build/app/outputs/bundle
compression-level: 0 # bundles are already compressed
- name: Upload debug symbols
run: flutter run sentry_dart_plugin
run: flutter packages pub run sentry_dart_plugin
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
Expand Down

0 comments on commit 2b08bc5

Please sign in to comment.