mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-11 07:00:25 +00:00
codegen: Mark just 1.25.1 as broken
As of 2024-03-10 07:03 UTC, this release only contains a x86_64 Linux binaries. ``` Error: platform list in base manifest for just contains x86_64_macos, but latest release (1.25.1) doesn't contain it; consider marking 1.25.1 as broken by adding 'broken' field to base manifest ``` https://github.com/casey/just/actions/runs/8217664170/job/22473612069
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"repository": "https://github.com/casey/just",
|
"repository": "https://github.com/casey/just",
|
||||||
"tag_prefix": "",
|
"tag_prefix": "",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
|
"broken": ["1.25.1"],
|
||||||
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
|
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
|
||||||
"platform": {
|
"platform": {
|
||||||
"x86_64_linux_musl": {},
|
"x86_64_linux_musl": {},
|
||||||
|
|||||||
Reference in New Issue
Block a user