Skip to content

Commit

Permalink
Fix: flutter commands, skip release
Browse files Browse the repository at this point in the history
  • Loading branch information
Javid Momeni committed Aug 14, 2024
1 parent bdb81a0 commit b8c7bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter_build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- run: flutter pub get
# - run: flutter format --set-exit-if-changed .
# - run: flutter analyze .
- run: flutter build apk --release
# - run: flutter build apk --release
- run: flutter build apk
- uses: actions/upload-artifact@v2
with:
name: release-apk
Expand Down

0 comments on commit b8c7bb9

Please sign in to comment.