mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-09 18:11:48 +08:00
12 lines
284 B
JSON
12 lines
284 B
JSON
{
|
|
"repository": "https://github.com/sonos/dinghy",
|
|
"tag_prefix": "",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${os_name}-${version}.tgz",
|
|
"bin": "${package}-${version}/${package}${exe}",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {}
|
|
}
|
|
}
|