From e6384bb60dee8df12cca2349c760ece3e0242139 Mon Sep 17 00:00:00 2001 From: a-mabe Date: Sun, 29 Oct 2023 15:55:37 -0400 Subject: [PATCH] Remove ios runner options flag --- .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 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