Skip to content

Commit

Permalink
app-release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-creator committed May 9, 2024
1 parent 36674b0 commit 449ab2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ jobs:
# - run: flutter test
- run: flutter create .
- run: flutter build apk
- run: flutter build appbundle
- run: flutter build appbundle
- name: Release artifact
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: build/app/outputs/flutter-apk/app-release.apk

0 comments on commit 449ab2d

Please sign in to comment.