From 4027bf286e3338a2c5a300b4165e395511ea1ea6 Mon Sep 17 00:00:00 2001 From: a-mabe Date: Tue, 31 Oct 2023 16:39:29 -0400 Subject: [PATCH] Pass export options --- .github/workflows/build_and_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yaml b/.github/workflows/build_and_release.yaml index b8c30c0..b3b41eb 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