mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
Add cargo-xwin (#1659)
This commit is contained in:
18
tools/codegen/base/cargo-xwin.json
Normal file
18
tools/codegen/base/cargo-xwin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"repository": "https://github.com/rust-cross/cargo-xwin",
|
||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-xwin/blob/main/LICENSE)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
|
||||
"version_range": ">= 0.17.4",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {
|
||||
"asset_name": "${package}-v${version}.universal2-apple-darwin.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-v${version}.windows-x64.zip"
|
||||
},
|
||||
"aarch64_linux_musl": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user