codegen: Favor tar over zip in cargo-hack/parse-changelog

This commit is contained in:
Taiki Endo
2023-10-05 20:45:36 +09:00
parent 39c461780c
commit 739d45026e
4 changed files with 216 additions and 138 deletions

View File

@@ -2,14 +2,15 @@
"repository": "https://github.com/taiki-e/parse-changelog",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",
"asset_name": [
"${package}-${rust_target}.tar.gz",
"${package}-${rust_target}.zip"
],
"platform": {
"x86_64_linux_gnu": {},
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${rust_target}.zip"
},
"x86_64_windows": {},
"aarch64_linux_musl": {},
"aarch64_macos": {},
"aarch64_windows": {}