mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
15 lines
458 B
JSON
15 lines
458 B
JSON
{
|
|
"repository": "https://github.com/drahnr/cargo-spellcheck",
|
|
"license_markdown": "[LGPLv2.1](https://github.com/drahnr/cargo-spellcheck/blob/master/LICENSE-LGPL)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-v${version}-${rust_target}",
|
|
"version_range": ">= 0.13",
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-v${version}-x86_64-pc-windows-gnu.exe"
|
|
}
|
|
}
|
|
}
|