Skip to content

Commit 6d4d02b

Browse files
committed
Add a code signing step
1 parent daaa937 commit 6d4d02b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prebuild.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@ jobs:
182182
brew uninstall --force --ignore-dependencies cairo pango librsvg giflib harfbuzz
183183
npm test
184184
185+
- name: Sign the executable
186+
uses: indygreg/apple-code-sign-action@v1
187+
with:
188+
input_path: build/Release/canvas.node
189+
185190
- name: Make bundle
186191
id: make_bundle
187192
run: . prebuild/tarball.sh

0 commit comments

Comments
 (0)