mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Add support for cargo-dinghy (#133)
This commit is contained in:
10
tools/codegen/base/cargo-dinghy.json
Normal file
10
tools/codegen/base/cargo-dinghy.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user