mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-09 18:11:48 +08:00
13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|