mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
20 lines
506 B
JSON
20 lines
506 B
JSON
{
|
|
"repository": "https://github.com/casey/just",
|
|
"tag_prefix": "",
|
|
"rust_crate": "${package}",
|
|
"broken": ["1.25.1"],
|
|
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${version}-${rust_target}.zip"
|
|
},
|
|
"aarch64_linux_musl": {},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {
|
|
"asset_name": "${package}-${version}-${rust_target}.zip"
|
|
}
|
|
}
|
|
}
|