mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-17 19:52:38 +08:00
codegen: Add rust_crate field to cargo-rdme
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"repository": "https://github.com/rust-mobile/xbuild",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${os_name}-x64${exe}",
|
||||
"bin": "${package}-${os_name}-x64${exe}",
|
||||
"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": {},
|
||||
|
||||
Reference in New Issue
Block a user