Skip to content

Commit 51f1196

Browse files
authored
ci: Remove crashpad_handler notarization (#316)
1 parent 2ec62d6 commit 51f1196

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/package.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
rcodesign sign --for-notarization \
6868
--p12-file ${{ env.APPLE_CERT_PATH }} --p12-password ${{ secrets.APPLE_CERT_PASSWORD }} \
6969
artifact/addons/sentry/bin/macos/libsentry.macos.release.framework/libsentry.macos.release
70-
rcodesign sign --for-notarization \
71-
--p12-file ${{ env.APPLE_CERT_PATH }} --p12-password ${{ secrets.APPLE_CERT_PASSWORD }} \
72-
artifact/addons/sentry/bin/macos/crashpad_handler
7370
7471
- name: Notarize macOS binaries
7572
if: env.DO_CODESIGN == '1'
@@ -82,10 +79,6 @@ jobs:
8279
rcodesign notary-submit --wait --api-key-file ${{ env.APPLE_API_KEY_PATH }} \
8380
libsentry.macos.release.zip
8481
85-
zip crashpad_handler.zip artifact/addons/sentry/bin/macos/crashpad_handler
86-
rcodesign notary-submit --wait --api-key-file ${{ env.APPLE_API_KEY_PATH }} \
87-
crashpad_handler.zip
88-
8982
- name: Prepare artifact
9083
shell: bash
9184
run: |

0 commit comments

Comments
 (0)