Skip to content

Commit

Permalink
test-medium
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Sauer committed Oct 10, 2024
1 parent 23bd740 commit 488edc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 -export-options-plist=ios/ExportOptions.plist

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

0 comments on commit 488edc9

Please sign in to comment.