We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bbd3e commit 4da36b7Copy full SHA for 4da36b7
.github/workflows/cd.yml
@@ -112,6 +112,10 @@ jobs:
112
if: matrix.platform == 'iOS' && contains(env.UPLOAD_TO, matrix.destination)
113
run: echo "EXTRA_XCODEBUILD=-sdk iphoneos ${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
114
115
+ - name: Set EXTRA_XCODEBUILD for macOS
116
+ if: matrix.platform == 'macOS' && contains(env.UPLOAD_TO, matrix.destination)
117
+ run: echo "EXTRA_XCODEBUILD=${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
118
+
119
- name: Set macOS FTP export method, and Developer ID Certificate
120
if: matrix.platform == 'macOS' && matrix.destination == 'ftp' && contains(env.UPLOAD_TO, matrix.destination)
121
run: |
0 commit comments