orium / cargo-rdme

Cargo command to create the README.md from your crate's documentation
Mozilla Public License 2.0
132 stars 6 forks source link

Linux binaries are missing in the latest release #239

Closed orhun closed 6 days ago

orhun commented 1 week ago

Hello!

I would like to integrate cargo-rdme to my CI via running the binary directly instead of installing via cargo install. However, I realized the MUSL binaries are missing from the latest release. Just wanted to ask if you are you planning to publish them 😊

Thanks!

orium commented 1 week ago

It's an issue with rust-build.action (https://github.com/rust-build/rust-build.action/pull/99).

I'll generate the binaries manually later today and add them to the release.

orium commented 1 week ago

I've to look at the rust-build again: https://github.com/rust-build/rust-build.action/pull/99#issuecomment-2461002180

orium commented 6 days ago

Binary is published.