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