mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-05 04:30:28 +00:00
Support mdbook-d2 (#1737)
This commit is contained in:
20
tools/codegen/base/mdbook-d2.json
Normal file
20
tools/codegen/base/mdbook-d2.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user