mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +00:00
Use artifact attestations verification for cargo-binstall
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
"asset_name": "${package}-${rust_target}.zip",
|
||||
"version_range": "latest",
|
||||
"signing": {
|
||||
"kind": "minisign-binstall"
|
||||
"kind": {
|
||||
"gh-attestation": {
|
||||
"signer-workflow": "cargo-bins/cargo-binstall/.github/workflows/release-cli.yml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user