Skip to content

Commit

Permalink
build apk and ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadsunny1 committed Feb 1, 2024
1 parent 3b6b630 commit bf3159d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,12 @@ jobs:

# Runs unit test
- name: Run tests
run: flutter test
run: flutter test

# Create android apk
- name: Build apk
run: flutter build apk

# Create ios ipa
- name: Build ipa
run: flutter build ipa --no-codesign

0 comments on commit bf3159d

Please sign in to comment.