mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
16 lines
496 B
JSON
16 lines
496 B
JSON
{
|
|
"repository": "https://github.com/DevinR528/cargo-sort",
|
|
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/DevinR528/cargo-sort/blob/55ec89082466f6bb246d870a8d56d166a8e1f08b/Cargo.toml#L5)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.tar.gz",
|
|
"version_range": "> 1.0.5",
|
|
"platform": {
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip"
|
|
},
|
|
"x86_64_linux_gnu": {}
|
|
}
|
|
}
|