File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 67
67
rcodesign sign --for-notarization \
68
68
--p12-file ${{ env.APPLE_CERT_PATH }} --p12-password ${{ secrets.APPLE_CERT_PASSWORD }} \
69
69
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
73
70
74
71
- name : Notarize macOS binaries
75
72
if : env.DO_CODESIGN == '1'
82
79
rcodesign notary-submit --wait --api-key-file ${{ env.APPLE_API_KEY_PATH }} \
83
80
libsentry.macos.release.zip
84
81
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
-
89
82
- name : Prepare artifact
90
83
shell : bash
91
84
run : |
You can’t perform that action at this time.
0 commit comments