Skip to content

Commit

Permalink
Try not to use Apple Auth for FTP macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Dec 16, 2024
1 parent 868c1db commit 4c71cc4
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 4c71cc4

Please sign in to comment.