Skip to content

Commit

Permalink
ci: fix release workflow on darwin-x64 (#210)
Browse files Browse the repository at this point in the history
* ci: fix release workflow on darwin-x64

* Update release.yml
  • Loading branch information
fi3ework authored Jul 31, 2024
1 parent bff785b commit ec14b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- host: macos-latest
target: x86_64-apple-darwin
build: |
pnpm run build
pnpm run build --target x86_64-apple-darwin
strip -x *.node
- host: windows-latest
build: pnpm run build
Expand Down

0 comments on commit ec14b75

Please sign in to comment.