Skip to content

Commit 4da36b7

Browse files
BPerlakiHkelson42
authored andcommitted
Fix CD process for macOS
1 parent c3bbd3e commit 4da36b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ 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)
117+
run: echo "EXTRA_XCODEBUILD=${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
118+
115119
- name: Set macOS FTP export method, and Developer ID Certificate
116120
if: matrix.platform == 'macOS' && matrix.destination == 'ftp' && contains(env.UPLOAD_TO, matrix.destination)
117121
run: |

0 commit comments

Comments
 (0)