Skip to content

Commit

Permalink
dont sign?
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Dec 7, 2024
1 parent e25c763 commit 308bfc7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,6 @@ jobs:
brew uninstall --force --ignore-dependencies cairo pango librsvg giflib harfbuzz
npm test
- name: Sign the executable
run: |
for file in $(ls build/Release);
do codesign --force -s - build/Release/$file;
done;
- name: Make bundle
id: make_bundle
run: . prebuild/tarball.sh
Expand Down

0 comments on commit 308bfc7

Please sign in to comment.