cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.62k stars 60 forks source link

Fix installer downloads for specific releases #1976

Closed mjpieters closed 2 days ago

mjpieters commented 2 days ago

Github download urls for a specific release uses the pattern ../releases/download/[RELEASE]/.., which differs from the latest release URL which uses ../releases/latest/download/...

For convenience, if BINSTALL_VERSION is set but doesn't start with v, the v is prefixed.

Fixes #1974

mjpieters commented 2 days ago

Thanks!

Heads-up, I added a second commit that ensures that the install script is tested with and without the BINSTALL_VERSION environment variable, so regressions can be caught in future.

mjpieters commented 2 days ago

Right, reasonably confident now that the workflow will now pass.