mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-09 18:11:48 +08:00
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"repository": "https://github.com/drahnr/cargo-spellcheck",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-v${version}-${rust_target}",
|
|
"version_range": ">= 0.13",
|
|
"platform": {
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-v${version}-x86_64-pc-windows-gnu.exe"
|
|
},
|
|
"x86_64_linux_gnu": {}
|
|
}
|
|
}
|