Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jun 30, 2024
1 parent e38d87d commit 35db5f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/onPush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
- name: Run tests
run: flutter test

- name: Build APK
working-directory: example
run: flutter build appbundle --release
- name: Build APK
working-directory: example
run: flutter build apk --release

- name: Build APK
working-directory: example
run: flutter build ios
run: flutter build ios --release --no-codesign

0 comments on commit 35db5f1

Please sign in to comment.