Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ authored Apr 30, 2024
1 parent ef43db5 commit 223e663
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
# - run: flutter test
- run: flutter build apk
- run: flutter build appbundle

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


0 comments on commit 223e663

Please sign in to comment.