From 4c71cc47617f6c1e73d7d15919c5564ace441f3a Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Mon, 16 Dec 2024 19:26:38 +0100 Subject: [PATCH] Try not to use Apple Auth for FTP macOS builds --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9f43005a..c0486832 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -112,8 +112,8 @@ jobs: if: matrix.platform == 'iOS' && contains(env.UPLOAD_TO, matrix.destination) run: echo "EXTRA_XCODEBUILD=-sdk iphoneos ${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV - - name: Set EXTRA_XCODEBUILD for macOS - if: matrix.platform == 'macOS' && contains(env.UPLOAD_TO, matrix.destination) + - name: Set EXTRA_XCODEBUILD for macOS AppStore + if: matrix.platform == 'macOS' && matrix.destination == 'app-store' run: echo "EXTRA_XCODEBUILD=${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV - name: Set macOS FTP export method, and Developer ID Certificate