mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-04 23:12:38 +08:00
21 lines
545 B
JSON
21 lines
545 B
JSON
{
|
|
"repository": "https://github.com/danieleades/mdbook-d2",
|
|
"license_markdown": "[MIT](https://github.com/danieleades/mdbook-d2/blob/main/LICENSE)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": [
|
|
"${package}-${rust_target}.tar.gz",
|
|
"${package}-${rust_target}.zip"
|
|
],
|
|
"bin": "${package}${exe}",
|
|
"version_range": ">= 0.3.8",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {},
|
|
"aarch64_linux_musl": {},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {}
|
|
}
|
|
}
|