cargo-binstall/.github/workflows
Martijn Pieters 266e627928
Fix installer downloads for specific releases (#1976)
* Fix installer downloads for specific releases

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.

* ci: Set BINSTALL_VERSION in install script tests

When running the install-script workflow in Github Actions, add matrix
options for not setting the variable, setting it to the latest release
with the `v` prefix, and setting it to the latest release without the
`v` prefix.
2024-11-20 08:08:08 +00:00
..
cache-cleanup.yml build(deps): bump actions/checkout from 3 to 4 (#1346) 2023-09-05 02:10:48 +00:00
ci.yml CI: Run ci.yml on every Sat (#1934) 2024-10-13 00:50:57 +00:00
gh-action.yml Fix CI blocked due to cargo-binstall rate-limit (#1860) 2024-08-03 04:40:18 +00:00
install-script.yml Fix installer downloads for specific releases (#1976) 2024-11-20 08:08:08 +00:00
release-cli.yml Fix setting release to latest in release-cli.yml (#1879) 2024-08-12 13:57:22 +00:00
release-packages.yml Switch back to macos-latest (#1855) 2024-07-31 12:49:13 +00:00
release-plz.yml CI: Add release-plz to release library crates (#1850) 2024-07-29 03:52:03 +00:00
release-pr.yml Fix CI blocked due to cargo-binstall rate-limit (#1860) 2024-08-03 04:40:18 +00:00
release.yml CI: Fix publish (#1760) 2024-06-14 11:33:20 +00:00
shellcheck.yml build(deps): bump actions/checkout from 3 to 4 (#1346) 2023-09-05 02:10:48 +00:00
upgrade-transitive-deps.yml Fix missing ' upgrade-transitive-deps.yml (#1752) 2024-06-14 03:28:11 +00:00