Skip to content

Commit

Permalink
ci: add upload step for APKs in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Sep 30, 2024
1 parent 67d6c92 commit a790a7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ jobs:

- name: Build APK
run: flutter build apk --release

- name: Upload APKs
uses: actions/upload-artifact@v4
with:
name: app-release
path: build/app/outputs/flutter-apk/*.apk

0 comments on commit a790a7e

Please sign in to comment.