diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index aa3cf2d..7345bb8 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -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