Skip to content

Commit e801f8f

Browse files
committed
fix ci
1 parent 9727e66 commit e801f8f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,9 @@ jobs:
8888
-exportPath "$RUNNER_TEMP" \
8989
-exportOptionsPlist "$RUNNER_TEMP/exportOptions.plist"
9090
91-
- name: Verify Signature
91+
- name: Verify Codesign
9292
run: |
9393
codesign --verify --verbose=2 "$RUNNER_TEMP/$APP_NAME.app"
94-
spctl -a -vvv "$RUNNER_TEMP/$APP_NAME.app"
9594
9695
- name: Create ZIP for Notarization
9796
run: |
@@ -113,6 +112,10 @@ jobs:
113112
xcrun stapler staple "$RUNNER_TEMP/$APP_NAME.app"
114113
xcrun stapler validate "$RUNNER_TEMP/$APP_NAME.app"
115114
115+
- name: Verify Gatekeeper
116+
run: |
117+
spctl -a -vvv "$RUNNER_TEMP/$APP_NAME.app"
118+
116119
- name: Create Distribution Packages
117120
run: |
118121
cd "$RUNNER_TEMP"

0 commit comments

Comments
 (0)