Skip to content

Commit 150dbc9

Browse files
author
Nik Sauer
committed
test
1 parent 488edc9 commit 150dbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

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

5757
# Collect the file and upload as artifact
5858
- name: collect ipa artifacts

0 commit comments

Comments
 (0)