mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-17 19:52:38 +08:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"repository": "https://github.com/bytecodealliance/wasm-tools",
|
|
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [Apache-2.0](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${version}-${rust_target_arch}-${rust_target_os}.tar.gz",
|
|
"version_range": ">= 1.236.0",
|
|
"bin": "${package}-${version}-${rust_target_arch}-${rust_target_os}/${package}${exe}",
|
|
"signing": {
|
|
"version_range": ">= 1.241.2",
|
|
"kind": {
|
|
"gh-attestation": {
|
|
"signer-workflow": "${repo}/.github/workflows/publish.yml"
|
|
}
|
|
}
|
|
},
|
|
"platform": {
|
|
"aarch64_macos": {},
|
|
"aarch64_linux_gnu": {
|
|
"asset_name": "${package}-${version}-${rust_target_arch}-linux.tar.gz",
|
|
"bin": "${package}-${version}-${rust_target_arch}-linux/${package}"
|
|
},
|
|
"x86_64_macos": {},
|
|
"x86_64_linux_gnu": {
|
|
"asset_name": "${package}-${version}-${rust_target_arch}-linux.tar.gz",
|
|
"bin": "${package}-${version}-${rust_target_arch}-linux/${package}"
|
|
},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${version}-${rust_target_arch}-${rust_target_os}.zip"
|
|
}
|
|
}
|
|
}
|