mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
13 lines
345 B
JSON
13 lines
345 B
JSON
{
|
|
"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}"
|
|
}
|
|
}
|
|
}
|