Skip to content

Commit

Permalink
Wildcard so we can sign either Mac variant
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 16, 2024
1 parent 8d9e66a commit 187d09b
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-arm64/*.app
spctl --assess --type execute --verbose --ignore-cache --no-cache dist/apps/zui/mac*/*.app
shell: bash

0 comments on commit 187d09b

Please sign in to comment.