mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Add cargo-shear (#962)
This commit is contained in:
committed by
GitHub
parent
2d88cf1296
commit
35cea21494
16
tools/codegen/base/cargo-shear.json
Normal file
16
tools/codegen/base/cargo-shear.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"repository": "https://github.com/Boshen/cargo-shear",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"version_range": ">= 1.2.0",
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"bin": "${package}${exe}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {},
|
||||
"aarch64_linux_musl": {},
|
||||
"aarch64_macos": {},
|
||||
"aarch64_windows": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user