Add support for zola (#71)

This commit is contained in:
Marcin Puc
2023-02-11 12:30:05 +01:00
committed by GitHub
parent cb5553fad7
commit 0184bd9177
4 changed files with 305 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
{
"repository": "https://github.com/getzola/zola",
"tag_prefix": "v",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"platform": {
"x86_64_linux_gnu": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target}.zip"
}
}
}