We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 868c1db + 4c71cc4 commit e1631bbCopy full SHA for e1631bb
.github/workflows/cd.yml
@@ -112,8 +112,8 @@ 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)
+ - name: Set EXTRA_XCODEBUILD for macOS AppStore
+ if: matrix.platform == 'macOS' && matrix.destination == 'app-store'
117
run: echo "EXTRA_XCODEBUILD=${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
118
119
- name: Set macOS FTP export method, and Developer ID Certificate
0 commit comments