mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-16 19:42:37 +08:00
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"repository": "https://github.com/RalfJung/cargo-careful",
|
|
"tag_prefix": "v",
|
|
"asset_name": "${package}.${rust_target}",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}.exe"
|
|
}
|
|
}
|
|
}
|