Skip to content

Commit

Permalink
Fixed build-ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent fc28282 commit 4bc31d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
- run: flutter pub get

- name: Building IPA
run: flutter build ipa
run: |
cd example
flutter build ipa

0 comments on commit 4bc31d1

Please sign in to comment.