mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-28 05:32:14 -05:00
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"repository": "https://github.com/Michael-F-Bryan/mdbook-linkcheck",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}.${rust_target}.zip",
|
|
"platform": {
|
|
"x86_64_linux_gnu": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {}
|
|
}
|
|
}
|