Skip to content

Commit

Permalink
Skipped redundant build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailsonseat committed Jan 23, 2024
1 parent 37a0c35 commit cd7e46b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/flutter_build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
run: flutter pub get
- name: Format code
run: dart format .
- name: Analyze code
run: flutter analyze .
- name: Build APK
run: flutter build apk
- name: Upload APK artifact
Expand Down

0 comments on commit cd7e46b

Please sign in to comment.