mirror of
https://github.com/taiki-e/install-action.git
synced 2026-07-16 00:12:14 -04:00
18 lines
489 B
JSON
18 lines
489 B
JSON
{
|
|
"repository": "https://github.com/minikin/cargo-crap",
|
|
"license_markdown": "[MIT](https://github.com/minikin/cargo-crap/blob/main/LICENSE)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"bin": "${package}${exe}",
|
|
"asset_name": "${package}-${rust_target}.tar.gz",
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"aarch64_linux_gnu": {},
|
|
"x86_64_macos": {},
|
|
"aarch64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip"
|
|
}
|
|
}
|
|
}
|