Skip to content

Commit

Permalink
Pass export options
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 31, 2023
1 parent d8131cd commit 4027bf2
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 @@ -145,7 +145,7 @@ jobs:
# Build and sign the ipa using a single flutter command
- name: Building IPA
run: flutter build ipa # --release # --export-options-plist=$RUNNER_TEMP/ExportOptions.plist
run: flutter build ipa --release --export-options-plist=$RUNNER_TEMP/ExportOptions.plist

# Collect the file and upload as artifact
- name: Upload IPA Artifact
Expand Down

0 comments on commit 4027bf2

Please sign in to comment.