mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-09 18:11:48 +08:00
24 lines
605 B
JSON
24 lines
605 B
JSON
{
|
|
"repository": "https://github.com/cargo-bins/cargo-binstall",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.tgz",
|
|
"version_range": "latest",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {
|
|
"asset_name": "${package}-${rust_target}.zip"
|
|
},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip"
|
|
},
|
|
"aarch64_linux_musl": {},
|
|
"aarch64_macos": {
|
|
"asset_name": "${package}-${rust_target}.zip"
|
|
},
|
|
"aarch64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip"
|
|
}
|
|
}
|
|
}
|