mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
17 lines
487 B
JSON
17 lines
487 B
JSON
{
|
|
"repository": "https://github.com/DevinR528/cargo-sort",
|
|
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/DevinR528/cargo-sort/blob/v1.0.9/Cargo.toml#L5)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.tar.gz",
|
|
"version_range": "> 1.0.5",
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip"
|
|
},
|
|
"aarch64_macos": {}
|
|
}
|
|
}
|