mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
28 lines
838 B
JSON
28 lines
838 B
JSON
{
|
|
"repository": "https://github.com/jdx/mise",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"bin": "mise/bin/${package}${exe}",
|
|
"version_range": ">= 2025.9.7",
|
|
"platform": {
|
|
"x86_64_linux_musl": {
|
|
"asset_name": "${package}-v${version}-${rust_target_os}-x64-musl.tar.gz"
|
|
},
|
|
"x86_64_macos": {
|
|
"asset_name": "${package}-v${version}-${rust_target_os}-x64.tar.gz"
|
|
},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-v${version}-${rust_target_os}-x64.zip"
|
|
},
|
|
"aarch64_linux_musl": {
|
|
"asset_name": "${package}-v${version}-${rust_target_os}-arm64-musl.tar.gz"
|
|
},
|
|
"aarch64_macos": {
|
|
"asset_name": "${package}-v${version}-${rust_target_os}-arm64.tar.gz"
|
|
},
|
|
"aarch64_windows": {
|
|
"asset_name": "${package}-v${version}-${rust_target_os}-arm64.zip"
|
|
}
|
|
}
|
|
}
|