mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-09 18:11:48 +08:00
Support cargo-deadlinks (#1161)
This commit is contained in:
12
tools/codegen/base/cargo-deadlinks.json
Normal file
12
tools/codegen/base/cargo-deadlinks.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"repository": "https://github.com/deadlinks/cargo-deadlinks",
|
||||
"tag_prefix": "",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target_os}",
|
||||
"bin": "${package}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user