rust·RustbyIsoSpandy Autopublish assets to the github release section with cargo publishIs there any way I can automatically bundle the compiled binary with the current version number as a git tag to github when I do cargo publish like stuff? Like qol thing?View original on lemm.ee9Comments2
bbeeb lemm.eeCargo dist! Here's a nice workflow you can use : https://blog.orhun.dev/automated-rust-releases/4
Cargo dist! Here's a nice workflow you can use : https://blog.orhun.dev/automated-rust-releases/
I use cargo-dist to generate the binaries.