SubconsciousCompute / meta-package-manager

A meta package manager for interfacing with multiple distro/platform specific package managers.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Publish crate on crates.rs and deploy binaries to release page #50

Open dilawar opened 1 month ago

dilawar commented 1 month ago

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.

VoltaireNoir commented 1 month ago

Looking into it. I'll report back if I find the cause.

VoltaireNoir commented 1 month ago

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.