Skip to content

Commit

Permalink
Adjust spctl path to mac-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 15, 2024
1 parent 1cfee8b commit 6e477da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-zui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ runs:
- name: Check notorization with gatekeeper
if: runner.os == 'macOS'
run: |
spctl --assess --type execute --verbose --ignore-cache --no-cache dist/apps/zui/mac/*.app
spctl --assess --type execute --verbose --ignore-cache --no-cache dist/apps/zui/mac-arm64/*.app
shell: bash

0 comments on commit 6e477da

Please sign in to comment.