mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
20 lines
660 B
JSON
20 lines
660 B
JSON
{
|
|
"repository": "https://github.com/bytecodealliance/wasmtime",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "wasmtime-cli",
|
|
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.tar.xz",
|
|
"bin": "${package}-v${version}-${rust_target_arch}-${rust_target_os}/${package}${exe}",
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
|
},
|
|
"aarch64_linux_gnu": {},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {
|
|
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
|
}
|
|
}
|
|
}
|