mirror of
https://github.com/taiki-e/install-action
synced 2026-09-14 20:13:27 +00:00
Update cargo-rdme manifest
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"repository": "https://github.com/orium/cargo-rdme",
|
||||
"license_markdown": "[MPL-2.0](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md)",
|
||||
"license_markdown": "[MIT](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"broken": [
|
||||
@@ -12,9 +12,11 @@
|
||||
"1.4.8",
|
||||
"1.4.9",
|
||||
"1.5.0",
|
||||
"1.5.1"
|
||||
"1.5.1",
|
||||
"2.0.0"
|
||||
],
|
||||
"asset_name": [
|
||||
"${package}_v${version}_${rust_target}.tar.gz",
|
||||
"${package}_v${version}_${rust_target}.tar.bz2",
|
||||
"${package}_v${version}_${rust_target}.zip"
|
||||
],
|
||||
@@ -23,6 +25,7 @@
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}_v${version}_x86_64-pc-windows-gnu.zip"
|
||||
}
|
||||
},
|
||||
"aarch64_macos": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user