Add cargo-make to supported tools (#146)

This commit is contained in:
Josh McKinney
2023-06-25 18:02:41 -07:00
committed by GitHub
parent 486baeb8af
commit fd8cc5b92c
4 changed files with 1206 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
{
"repository": "https://github.com/sagiegurari/cargo-make",
"tag_prefix": "",
"asset_name": "${package}-v${version}-${rust_target}.zip",
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
"platform": {
"x86_64_linux_gnu": {},
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"bin": "${package}${exe}"
},
"aarch64_macos": {}
}
}