mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-14 16:30:26 +00:00
18 lines
468 B
JSON
18 lines
468 B
JSON
{
|
|
"repository": "https://github.com/sourcefrog/cargo-mutants",
|
|
"license_markdown": "[MIT](https://github.com/sourcefrog/cargo-mutants/blob/main/LICENSE)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": [
|
|
"${package}-${rust_target}.tar.gz",
|
|
"${package}-${rust_target}.tar.xz"
|
|
],
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip"
|
|
}
|
|
}
|
|
}
|