Skip to content

Commit 4c71cc4

Browse files
committed
Try not to use Apple Auth for FTP macOS builds
1 parent 868c1db commit 4c71cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ jobs:
112112
if: matrix.platform == 'iOS' && contains(env.UPLOAD_TO, matrix.destination)
113113
run: echo "EXTRA_XCODEBUILD=-sdk iphoneos ${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
114114

115-
- name: Set EXTRA_XCODEBUILD for macOS
116-
if: matrix.platform == 'macOS' && contains(env.UPLOAD_TO, matrix.destination)
115+
- name: Set EXTRA_XCODEBUILD for macOS AppStore
116+
if: matrix.platform == 'macOS' && matrix.destination == 'app-store'
117117
run: echo "EXTRA_XCODEBUILD=${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
118118

119119
- name: Set macOS FTP export method, and Developer ID Certificate

0 commit comments

Comments
 (0)