Skip to content

Commit

Permalink
Remove ios runner options flag
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 29, 2023
1 parent 5a386ad commit e6384bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

# Build and sign the ipa using a single flutter command
- name: Building IPA
run: flutter build ipa --release --export-options-plist=ios/Runner/ExportOptions.plist
run: flutter build ipa --release

# Collect the file and upload as artifact
- name: collect ipa artifacts
Expand Down

0 comments on commit e6384bb

Please sign in to comment.