mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
18 lines
494 B
JSON
18 lines
494 B
JSON
{
|
|
"repository": "https://github.com/sharkdp/hyperfine",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
|
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
|
|
"version_range": ">= 1.0.0",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-v${version}-${rust_target}.zip"
|
|
},
|
|
"aarch64_linux_gnu": {},
|
|
"aarch64_macos": {}
|
|
}
|
|
}
|