diff --git a/.github/workflows/build_and_release.yaml b/.github/workflows/build_and_release.yaml index 168cbbd4..6d9d4052 100644 --- a/.github/workflows/build_and_release.yaml +++ b/.github/workflows/build_and_release.yaml @@ -149,7 +149,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 # Collect the file and upload as artifact - name: collect ipa artifacts