Autopublish assets to the github release section with cargo publish
from IsoSpandy@lemm.ee to rust@programming.dev on 13 Mar 21:55
https://lemm.ee/post/58307607
from IsoSpandy@lemm.ee to rust@programming.dev on 13 Mar 21:55
https://lemm.ee/post/58307607
Is 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?
threaded - newest
I use cargo-dist to generate the binaries.
Cargo dist! Here’s a nice workflow you can use : blog.orhun.dev/automated-rust-releases/