Files
install-action/tools/codegen/base/cargo-hack.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
978 B
JSON
Raw Normal View History

2022-12-24 21:49:18 +09:00
{
"repository": "https://github.com/taiki-e/cargo-hack",
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT)",
2022-12-24 21:49:18 +09:00
"tag_prefix": "v",
2023-08-04 21:58:05 +09:00
"rust_crate": "${package}",
2022-12-24 21:49:18 +09:00
"asset_name": [
"${package}-${rust_target}.tar.gz",
"${package}-v${version}-${rust_target}.tar.gz",
"${package}-${rust_target}.zip",
"${package}-v${version}-${rust_target}.zip"
2022-12-24 21:49:18 +09:00
],
"signing": {
"version_range": ">= 0.6.44",
"kind": {
"gh-attestation": {
"signer-workflow": "taiki-e/github-actions/.github/workflows/rust-release.yml"
}
}
},
2022-12-24 21:49:18 +09:00
"platform": {
"x86_64_linux_gnu": {},
2022-12-24 21:49:18 +09:00
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
2022-12-24 21:49:18 +09:00
"aarch64_linux_musl": {},
"aarch64_macos": {},
"aarch64_windows": {},
"powerpc64le_linux_musl": {},
"riscv64_linux_musl": {},
"s390x_linux_gnu": {}
2022-12-24 21:49:18 +09:00
}
}