mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-09 18:11:48 +08:00
14 lines
349 B
JSON
14 lines
349 B
JSON
{
|
|
"repository": "https://github.com/rust-mobile/xbuild",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target_os}-x64${exe}",
|
|
"bin": "${package}-${rust_target_os}-x64${exe}",
|
|
"version_range": ">= 0.2.0",
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {}
|
|
}
|
|
}
|