mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
24 lines
653 B
JSON
24 lines
653 B
JSON
{
|
|
"repository": "https://github.com/cargo-bins/cargo-binstall",
|
|
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.zip",
|
|
"version_range": "latest",
|
|
"signing": {
|
|
"kind": "minisign-binstall"
|
|
},
|
|
"platform": {
|
|
"x86_64_linux_musl": {
|
|
"asset_name": "${package}-${rust_target}.tgz"
|
|
},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {},
|
|
"aarch64_linux_musl": {
|
|
"asset_name": "${package}-${rust_target}.tgz"
|
|
},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {}
|
|
}
|
|
}
|