cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
213 stars 9 forks source link

feat: Add binstall signing support #230

Closed NobodyXu closed 10 months ago

NobodyXu commented 10 months ago

@passcod Need some help here:

I've added MINISIGN_PRIVATE_KEY secret key yet I can't access it in CI https://github.com/cargo-bins/cargo-quickinstall/actions/runs/6137161396/job/16653023682?pr=230#step:9:14

NobodyXu commented 10 months ago

I've triggered a build-package.yml run using this branch and the result release does contain the signature.

I verified the tarball against the signature locally and the verification succeeded.