Skip to content

Commit

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

0 comments on commit d0a860f

Please sign in to comment.