We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488edc9 commit 150dbc9Copy full SHA for 150dbc9
.github/workflows/build-ios.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Build and sign the ipa using a single flutter command
54
- name: Building IPA
55
- run: flutter build ipa --release -export-options-plist=ios/ExportOptions.plist
+ run: flutter build ipa --release --export-options-plist=ios/ExportOptions.plist
56
57
# Collect the file and upload as artifact
58
- name: collect ipa artifacts
0 commit comments