diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c47b1c3f..9f43005a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -112,6 +112,10 @@ 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) + run: echo "EXTRA_XCODEBUILD=${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV + - name: Set macOS FTP export method, and Developer ID Certificate if: matrix.platform == 'macOS' && matrix.destination == 'ftp' && contains(env.UPLOAD_TO, matrix.destination) run: |