Skip to content

Commit

Permalink
Apple...
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka committed Dec 12, 2024
1 parent 015ac7d commit af93f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ jobs:
channel: 'stable'
- name: Install tools
run: brew install automake libtool create-dmg
- run: flutter build ios --release
- run: flutter build ios --release 2>&1 | grep -q "Xcode build done" && exit 0 || exit 1

0 comments on commit af93f96

Please sign in to comment.