Skip to content

Commit e1631bb

Browse files
authored
Merge pull request #1057 from kiwix/ftp-cd-fix-attempt
Try not to use Apple Auth for FTP macOS builds
2 parents 868c1db + 4c71cc4 commit e1631bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

+2-2
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)