mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
18 lines
646 B
JSON
18 lines
646 B
JSON
{
|
|
"repository": "https://github.com/rust-secure-code/cargo-auditable",
|
|
"license_markdown": "[Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-MIT)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.tar.xz",
|
|
"bin": "${package}-${rust_target}/${package}${exe}",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip",
|
|
"bin": "${package}${exe}"
|
|
},
|
|
"aarch64_macos": {}
|
|
}
|
|
}
|