Closed mjpieters closed 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.
Right, reasonably confident now that the workflow will now pass.
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 withv
, the v is prefixed.Fixes #1974