Skip to content

Commit

Permalink
Merge pull request #1057 from kiwix/ftp-cd-fix-attempt
Browse files Browse the repository at this point in the history
Try not to use Apple Auth for FTP macOS builds
  • Loading branch information
kelson42 authored Dec 16, 2024
2 parents 868c1db + 4c71cc4 commit e1631bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1631bb

Please sign in to comment.