We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff785b commit ec14b75Copy full SHA for ec14b75
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- host: macos-latest
19
target: x86_64-apple-darwin
20
build: |
21
- pnpm run build
+ pnpm run build --target x86_64-apple-darwin
22
strip -x *.node
23
- host: windows-latest
24
build: pnpm run build
0 commit comments