mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
16 lines
403 B
JSON
16 lines
403 B
JSON
{
|
|
"repository": "https://github.com/sagiegurari/cargo-make",
|
|
"tag_prefix": "",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-v${version}-${rust_target}.zip",
|
|
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"bin": "${package}${exe}"
|
|
},
|
|
"aarch64_macos": {}
|
|
}
|
|
}
|