Skip to content

Commit ba4a1fa

Browse files
committed
chore: update find options notarize step
1 parent 2f35452 commit ba4a1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ else ifeq ($(shell uname -s),Linux)
6363
@exit 0
6464
else
6565
@echo "Starting notarization for macOS binaries..."
66-
@find build/bin -type f -executable -exec env QUILL_NOTARY_KEY_ID="$(QUILL_NOTARY_KEY_ID)" QUILL_NOTARY_ISSUER="$(QUILL_NOTARY_ISSUER)" QUILL_NOTARY_KEY="$(QUILL_NOTARY_KEY)" quill notarize {} \;
66+
@find build/bin -type f -perm +111 -exec env QUILL_NOTARY_KEY_ID="$(QUILL_NOTARY_KEY_ID)" QUILL_NOTARY_ISSUER="$(QUILL_NOTARY_ISSUER)" QUILL_NOTARY_KEY="$(QUILL_NOTARY_KEY)" quill notarize {} \;
6767
endif
6868

6969
package:

0 commit comments

Comments
 (0)