mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-09 18:11:48 +08:00
codegen: Mark cargo-rdme 1.5.0 as broken
Same as c84a79430f.
(macOS binary is missing)
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
"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"],
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user