You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Install dist
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-rc.1/cargo-dist-installer.sh | sh"
I'll see if this can be sorted in the next few days. (Unfortunately I'm out for the rest of today due to an appointment, so won't be able to properly dig into it until tomorrow.)
duckinator
changed the title
Download link incorrect in release.yml
v1.0 release candidates generate wrong link in release.yml
Feb 12, 2025
I have updated to
and run cargo dist init to refresh release.yml.
I see it has:
My builds now fail thus: https://github.com/andrewdavidmackenzie/pigg/actions/runs/13285076882/job/37091880185?pr=857
When I navigate to the release and the shell installer link I get: https://github.com/axodotdev/cargo-dist/releases/tag/v1.0.0-rc.1 and then the file named dist-install.sh, resulting in the url: https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-rc.1/dist-installer.sh
I think that is the cause of the 404, as one is
dist-installer.sh
vs.cargo-dist-installer.sh
The text was updated successfully, but these errors were encountered: