mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
18 lines
487 B
JSON
18 lines
487 B
JSON
{
|
|
"repository": "https://github.com/nextest-rs/nextest",
|
|
"tag_prefix": "cargo-nextest-",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
|
|
"prefer_linux_gnu": true,
|
|
"immediate_yank_reflection": true,
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {
|
|
"asset_name": "${package}-${version}-universal-apple-darwin.tar.gz"
|
|
},
|
|
"x86_64_windows": {},
|
|
"aarch64_linux_gnu": {}
|
|
}
|
|
}
|