Skip to content

Commit

Permalink
chore: APK release workflow fix-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AritraBiswas9788 authored Jun 21, 2024
1 parent e30f2c9 commit d2273c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:
- run: flutter pub get
- run: flutter build apk --split-per-abi
- uses: actions/upload-artifact@v1
with:
name: release-apk
path: build/app/outputs/apk/release/app-release.apk

0 comments on commit d2273c1

Please sign in to comment.