Skip to content

Commit 23226a6

Browse files
authored
Remove code signing step (#3)
Static libraries don't need to be signed
1 parent 4ab32a0 commit 23226a6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -152,23 +152,6 @@ jobs:
152152
distribution: 'zulu'
153153
- run: ./gradlew copyToUpload -Prunmerge
154154
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'))
172155
- uses: actions/upload-artifact@v4
173156
with:
174157
name: macOSUniversal

0 commit comments

Comments
 (0)