We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9727e66 commit e801f8fCopy full SHA for e801f8f
1 file changed
.github/workflows/build-and-release.yml
@@ -88,10 +88,9 @@ jobs:
88
-exportPath "$RUNNER_TEMP" \
89
-exportOptionsPlist "$RUNNER_TEMP/exportOptions.plist"
90
91
- - name: Verify Signature
+ - name: Verify Codesign
92
run: |
93
codesign --verify --verbose=2 "$RUNNER_TEMP/$APP_NAME.app"
94
- spctl -a -vvv "$RUNNER_TEMP/$APP_NAME.app"
95
96
- name: Create ZIP for Notarization
97
@@ -113,6 +112,10 @@ jobs:
113
112
xcrun stapler staple "$RUNNER_TEMP/$APP_NAME.app"
114
xcrun stapler validate "$RUNNER_TEMP/$APP_NAME.app"
115
+ - name: Verify Gatekeeper
116
+ run: |
117
+ spctl -a -vvv "$RUNNER_TEMP/$APP_NAME.app"
118
+
119
- name: Create Distribution Packages
120
121
cd "$RUNNER_TEMP"
0 commit comments