From c040e98998773db22d143b76c6f0c0c8ce19908d Mon Sep 17 00:00:00 2001 From: Rodrigo Kreutz <8869678+rkreutz@users.noreply.github.com> Date: Thu, 16 Jul 2020 23:32:32 +0100 Subject: [PATCH] Update deploy-appstore.yml --- .github/workflows/deploy-appstore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-appstore.yml b/.github/workflows/deploy-appstore.yml index 538788c..e85cbe9 100644 --- a/.github/workflows/deploy-appstore.yml +++ b/.github/workflows/deploy-appstore.yml @@ -17,7 +17,7 @@ jobs: XC_CONFIGURATION: ${{ 'Release' }} XC_BUILD_DIR: ${{ '.build' }} XC_EXPORT_OPTIONS_FILE: "Support/ExportOptions.plist" - XC_INFO_PLIST_PATH: 'PasswordGenerator/Assets/Info.plist' + XC_INFO_PLIST_PATH: "PasswordGenerator/Assets/Info.plist" IS_CI: 'true' steps: - name: Select Xcode