mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
Support cargo-insta (#1372)
This commit is contained in:
18
tools/codegen/base/cargo-insta.json
Normal file
18
tools/codegen/base/cargo-insta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"repository": "https://github.com/mitsuhiko/insta",
|
||||
"website": "https://insta.rs/",
|
||||
"tag_prefix": "",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tar.xz",
|
||||
"version_range": ">= 1.44.1",
|
||||
"bin": "${package}-${rust_target}/${package}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"aarch64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-${rust_target}.zip",
|
||||
"bin": "${package}.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user