mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
18 lines
449 B
JSON
18 lines
449 B
JSON
{
|
|
"repository": "https://github.com/orium/cargo-rdme",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"broken": ["1.4.3"],
|
|
"platform": {
|
|
"x86_64_linux_musl": {
|
|
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"
|
|
},
|
|
"x86_64_macos": {
|
|
"asset_name": "${package}_v${version}_${rust_target}.zip"
|
|
},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}_v${version}_x86_64-pc-windows-gnu.zip"
|
|
}
|
|
}
|
|
}
|