Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Feb 24, 2024
1 parent 140da8f commit 5e4e60a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: flutter build apk
- name: Build App Bundle
run: flutter build appbundle
- uses: actions/upload-artifact@v4
with:
path: ./build/app/outputs/*
- name: Upload debug symbols
run: flutter packages pub run sentry_dart_plugin
env:
Expand Down

0 comments on commit 5e4e60a

Please sign in to comment.