From b69e30e74743a7e391a8a08165f0e3c73ae30ec1 Mon Sep 17 00:00:00 2001 From: cp-sneha-s Date: Tue, 2 Apr 2024 18:39:16 +0530 Subject: [PATCH] Set up auto deployment- iOS --- codemagic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemagic.yaml b/codemagic.yaml index edf1c084..f12373c8 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -114,7 +114,7 @@ workflows: script: | cd khelo flutter build ipa --release \ - --export-options-plist==$HOME/export_options.plist + --export-options-plist=$HOME/export_options.plist artifacts: - build/ios/ipa/*.ipa