Skip to content

Commit ec14b75

Browse files
authored
ci: fix release workflow on darwin-x64 (#210)
* ci: fix release workflow on darwin-x64 * Update release.yml
1 parent bff785b commit ec14b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- host: macos-latest
1919
target: x86_64-apple-darwin
2020
build: |
21-
pnpm run build
21+
pnpm run build --target x86_64-apple-darwin
2222
strip -x *.node
2323
- host: windows-latest
2424
build: pnpm run build

0 commit comments

Comments
 (0)