diff --git a/.github/workflows/build_and_release.yaml b/.github/workflows/build_and_release.yaml index 72e1adb..388aded 100644 --- a/.github/workflows/build_and_release.yaml +++ b/.github/workflows/build_and_release.yaml @@ -145,7 +145,7 @@ jobs: # Build and sign the ipa using a single flutter command - name: Building IPA - run: flutter build ipa --release --export-options-plist=$RUNNER_TEMP/ExportOptions.plist + run: flutter build ipa --release # --export-options-plist=$RUNNER_TEMP/ExportOptions.plist # Collect the file and upload as artifact - name: Upload IPA Artifact