mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
23 lines
637 B
JSON
23 lines
637 B
JSON
{
|
|
"repository": "https://github.com/tamasfe/taplo",
|
|
"tag_prefix": "",
|
|
"rust_crate": "${package}-cli",
|
|
"asset_name": "${package}-${rust_target_os}-${rust_target_arch}.gz",
|
|
"bin": "${package}${exe}",
|
|
"version_range": ">= 0.8.0",
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_macos": {
|
|
"asset_name": "${package}-darwin-${rust_target_arch}.gz"
|
|
},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target_os}-${rust_target_arch}.zip"
|
|
},
|
|
"aarch64_linux_gnu": {},
|
|
"aarch64_macos": {
|
|
"asset_name": "${package}-darwin-${rust_target_arch}.gz"
|
|
},
|
|
"riscv64_linux_gnu": {}
|
|
}
|
|
}
|