File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
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/Sentry.framework
70
73
71
74
- name : Notarize macOS binaries
72
75
if : env.DO_CODESIGN == '1'
79
82
rcodesign notary-submit --wait --api-key-file ${{ env.APPLE_API_KEY_PATH }} \
80
83
libsentry.macos.release.zip
81
84
85
+ zip -r Sentry.framework.zip artifact/addons/sentry/bin/macos/Sentry.framework
86
+ rcodesign notary-submit --wait --api-key-file ${{ env.APPLE_API_KEY_PATH }} \
87
+ Sentry.framework.zip
88
+
82
89
- name : Prepare artifact
83
90
shell : bash
84
91
run : |
You can’t perform that action at this time.
0 commit comments