Skip to content

Commit

Permalink
sign whole directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Dec 7, 2024
1 parent d1cf190 commit 02b26d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@ jobs:
npm test
- name: Sign the executable
uses: indygreg/apple-code-sign-action@v1
with:
input_path: build/Release/canvas.node
run: |
for file in $(ls build/Release);
do codesign --deep --force --sign - build/Release/$file;
done;
- name: Make bundle
id: make_bundle
Expand Down

0 comments on commit 02b26d1

Please sign in to comment.