File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111111
112112 test-macos-binding :
113113 name : Test ${{ matrix.settings.target }} with node@${{ matrix.node }}
114+ if : ${{ startsWith(github.ref, 'refs/tags/') }}
114115 needs :
115116 - build
116117 strategy :
Original file line number Diff line number Diff line change 11[package ]
2- authors = [" LongYinan <lynweklm@gmail .com>" ]
2+ authors = [" Simon Oulevay <rust@alphahydrae .com>" ]
33edition = " 2021"
4- name = " napi-package-template "
4+ name = " node-exec "
55version = " 0.1.0"
66
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 1- # ` @napi-rs/package-template -darwin-arm64 `
1+ # ` @alphahydrae/exec -darwin-arm64 `
22
3- This is the ** aarch64-apple-darwin** binary for ` @napi-rs/package-template `
3+ This is the ** aarch64-apple-darwin** binary for ` @alphahydrae/exec `
Original file line number Diff line number Diff line change 1- # ` @napi-rs/package-template -darwin-x64 `
1+ # ` @alphahydrae/exec -darwin-x64 `
22
3- This is the ** x86_64-apple-darwin** binary for ` @napi-rs/package-template `
3+ This is the ** x86_64-apple-darwin** binary for ` @alphahydrae/exec `
Original file line number Diff line number Diff line change 1313 "cpu" : [
1414 " x64"
1515 ],
16- "main" : " package-template .darwin-x64.node" ,
16+ "main" : " exec .darwin-x64.node" ,
1717 "files" : [
18- " package-template .darwin-x64.node"
18+ " exec .darwin-x64.node"
1919 ],
2020 "repository" : {
2121 "type" : " git" ,
2424 "engines" : {
2525 "node" : " ^18 || ^20 || ^22"
2626 }
27- }
27+ }
Original file line number Diff line number Diff line change 1- # ` @napi-rs/package-template -linux-arm64-gnu `
1+ # ` @alphahydrae/exec -linux-arm64-gnu `
22
3- This is the ** aarch64-unknown-linux-gnu** binary for ` @napi-rs/package-template `
3+ This is the ** aarch64-unknown-linux-gnu** binary for ` @alphahydrae/exec `
Original file line number Diff line number Diff line change 1616 "libc" : [
1717 " glibc"
1818 ],
19- "main" : " package-template .linux-arm64-gnu.node" ,
19+ "main" : " exec .linux-arm64-gnu.node" ,
2020 "files" : [
21- " package-template .linux-arm64-gnu.node"
21+ " exec .linux-arm64-gnu.node"
2222 ],
2323 "repository" : {
2424 "type" : " git" ,
2727 "engines" : {
2828 "node" : " ^18 || ^20 || ^22"
2929 }
30- }
30+ }
Original file line number Diff line number Diff line change 1- # ` @napi-rs/package-template -linux-arm64-musl `
1+ # ` @alphahydrae/exec -linux-arm64-musl `
22
3- This is the ** aarch64-unknown-linux-musl** binary for ` @napi-rs/package-template `
3+ This is the ** aarch64-unknown-linux-musl** binary for ` @alphahydrae/exec `
Original file line number Diff line number Diff line change 1616 "libc" : [
1717 " musl"
1818 ],
19- "main" : " package-template .linux-arm64-musl.node" ,
19+ "main" : " exec .linux-arm64-musl.node" ,
2020 "files" : [
21- " package-template .linux-arm64-musl.node"
21+ " exec .linux-arm64-musl.node"
2222 ],
2323 "repository" : {
2424 "type" : " git" ,
2727 "engines" : {
2828 "node" : " ^18 || ^20 || ^22"
2929 }
30- }
30+ }
Original file line number Diff line number Diff line change 1- # ` @napi-rs/package-template -linux-x64-gnu `
1+ # ` @alphahydrae/exec -linux-x64-gnu `
22
3- This is the ** x86_64-unknown-linux-gnu** binary for ` @napi-rs/package-template `
3+ This is the ** x86_64-unknown-linux-gnu** binary for ` @alphahydrae/exec `
You can’t perform that action at this time.
0 commit comments