mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-05 23:23:09 +08:00
``` verifying https://github.com/astral-sh/uv/releases/download/0.11.9/uv-x86_64-unknown-linux-musl.tar.gz with gh attestation verify Error: HTTP 404: Not Found (https://api.github.com/repos/astral-sh/uv/attestations/sha256:ac3e5051edbf30613b0f90d1c18d4807fea6b246f37490799fee0c1284a658b2?per_page=30&predicate_type=https://slsa.dev/provenance/v1) ``` https://github.com/astral-sh/uv/issues/19278
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"repository": "https://github.com/astral-sh/uv",
|
|
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
|
|
"tag_prefix": "",
|
|
"rust_crate": "${package}",
|
|
"version_range": ">= 0.8.16",
|
|
"ignore": ["0.11.9"],
|
|
"signing": {
|
|
"version_range": ">= 0.9.13",
|
|
"kind": {
|
|
"gh-attestation": {
|
|
"signer-workflow": "${repo}/.github/workflows/release.yml"
|
|
}
|
|
}
|
|
},
|
|
"asset_name": "${package}-${rust_target}.tar.gz",
|
|
"bin": [
|
|
"${package}-${rust_target}/${package}${exe}",
|
|
"${package}-${rust_target}/${package}x${exe}"
|
|
],
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip",
|
|
"bin": ["${package}${exe}", "${package}w${exe}", "${package}x${exe}"]
|
|
},
|
|
"aarch64_linux_musl": {},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip",
|
|
"bin": ["${package}${exe}", "${package}w${exe}", "${package}x${exe}"]
|
|
},
|
|
"powerpc64le_linux_gnu": {},
|
|
"riscv64_linux_gnu": {},
|
|
"s390x_linux_gnu": {}
|
|
}
|
|
}
|