mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
19 lines
570 B
JSON
19 lines
570 B
JSON
{
|
|
"repository": "https://github.com/mozilla/sccache",
|
|
"license_markdown": "[Apache-2.0](https://github.com/mozilla/sccache/blob/main/LICENSE)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
|
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {},
|
|
"aarch64_linux_musl": {},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {},
|
|
"riscv64_linux_musl": {},
|
|
"s390x_linux_musl": {}
|
|
}
|
|
}
|