mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
21 lines
562 B
JSON
21 lines
562 B
JSON
{
|
|
"repository": "https://github.com/orhun/git-cliff",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
|
|
"broken": ["0.1.1"],
|
|
"bin": "${package}-${version}/${package}${exe}",
|
|
"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"
|
|
}
|
|
}
|
|
}
|