mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"repository": "https://github.com/getzola/zola",
|
|
"tag_prefix": "v",
|
|
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
|
"signing": {
|
|
"version_range": ">= 0.20.0",
|
|
"kind": {
|
|
"gh-attestation": {
|
|
"signer-workflow": "${repo}/.github/workflows/release.yml"
|
|
}
|
|
}
|
|
},
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-v${version}-${rust_target}.zip"
|
|
},
|
|
"aarch64_linux_gnu": {},
|
|
"aarch64_macos": {}
|
|
}
|
|
}
|