mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 09:30:17 +00:00
Update filename format for cargo-zigbuild (#1814)
This commit is contained in:
committed by
GitHub
parent
46f1d11f46
commit
bcc3289ff6
@@ -3,19 +3,21 @@
|
||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
|
||||
"version_range": ">= 0.18.4",
|
||||
"asset_name": "${package}-${rust_target}.tar.xz",
|
||||
"version_range": ">= 0.21.5",
|
||||
"bin": "${package}-${rust_target}/${package}${exe}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {
|
||||
"asset_name": "${package}-v${version}.apple-darwin.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-v${version}.windows-x64.zip"
|
||||
"asset_name": "${package}-${rust_target}.zip",
|
||||
"bin": "${package}${exe}"
|
||||
},
|
||||
"aarch64_linux_musl": {},
|
||||
"aarch64_linux_gnu": {},
|
||||
"aarch64_macos": {},
|
||||
"aarch64_windows": {
|
||||
"asset_name": "${package}-v${version}.windows-arm64.zip"
|
||||
"asset_name": "${package}-${rust_target}.zip",
|
||||
"bin": "${package}${exe}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user