mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Support cargo-deb
This commit is contained in:
12
tools/codegen/base/cargo-deb.json
Normal file
12
tools/codegen/base/cargo-deb.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"repository": "https://github.com/kornelski/cargo-deb",
|
||||
"license_markdown": "[MIT](https://github.com/kornelski/cargo-deb/blob/main/LICENSE)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"platform": {
|
||||
"x86_64_linux_gnu": {
|
||||
"asset_name": "${package}_${version}-1_amd64.deb",
|
||||
"bin": "usr/bin/${package}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user