File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -152,23 +152,6 @@ jobs:
152
152
distribution : ' zulu'
153
153
- run : ./gradlew copyToUpload -Prunmerge
154
154
name : Build with Gradle
155
- if : |
156
- github.repository_owner != 'wpilibsuite' ||
157
- (github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v'))
158
- - name : Import Developer ID Certificate
159
- uses : wpilibsuite/import-signing-certificate@v2
160
- with :
161
- certificate-data : ${{ secrets.APPLE_CERTIFICATE_DATA }}
162
- certificate-passphrase : ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
163
- keychain-password : ${{ secrets.APPLE_KEYCHAIN_PASSWORD }}
164
- if : |
165
- github.repository_owner == 'wpilibsuite' &&
166
- (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
167
- - run : ./gradlew copyToUpload -Prunmerge -PdeveloperID=${{ secrets.APPLE_DEVELOPER_ID }}
168
- name : Sign Binaries with Developer ID
169
- if : |
170
- github.repository_owner == 'wpilibsuite' &&
171
- (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
172
155
- uses : actions/upload-artifact@v4
173
156
with :
174
157
name : macOSUniversal
You can’t perform that action at this time.
0 commit comments