mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
15 lines
374 B
JSON
15 lines
374 B
JSON
{
|
|
"repository": "https://github.com/knope-dev/knope",
|
|
"tag_prefix": "knope/v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.tgz",
|
|
"bin": "${package}-${rust_target}/${package}${exe}",
|
|
"version_range": ">= 0.16.0",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {},
|
|
"aarch64_macos": {}
|
|
}
|
|
}
|