cargo binstall should be able to download and install the package.
I've added a job to github actions that try to upload binary to release page but it is not working. Would be nice to have a fresh pair of eyes look at it.
You could try the steps mentioned in this post to see if it works. You can also use cargo-dist utility to set-up CI for releases with uploaded binaries.
cargo binstall
should be able to download and install the package.I've added a job to github actions that try to upload binary to release page but it is not working. Would be nice to have a fresh pair of eyes look at it.