mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
27 lines
530 B
JSON
27 lines
530 B
JSON
{
|
|
"repository": "https://github.com/orium/cargo-rdme",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"broken": [
|
|
"1.4.3",
|
|
"1.4.4",
|
|
"1.4.5",
|
|
"1.4.6",
|
|
"1.4.7",
|
|
"1.4.8",
|
|
"1.4.9",
|
|
"1.5.0"
|
|
],
|
|
"asset_name": [
|
|
"${package}_v${version}_${rust_target}.tar.bz2",
|
|
"${package}_v${version}_${rust_target}.zip"
|
|
],
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}_v${version}_x86_64-pc-windows-gnu.zip"
|
|
}
|
|
}
|
|
}
|