mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-28 05:32:14 -05:00
14 lines
368 B
JSON
14 lines
368 B
JSON
{
|
|
"repository": "https://github.com/bnjbvr/cargo-machete",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
|
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {},
|
|
"aarch64_macos": {}
|
|
}
|
|
}
|