We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e7906 commit 0032c51Copy full SHA for 0032c51
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
# we specify bash to get pipefail; it guards against the `curl` command
66
# failing. otherwise `sh` won't catch that `curl` returned non-0
67
shell: bash
68
- run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2-prerelease.2/cargo-dist-installer.sh | sh"
+ run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2/cargo-dist-installer.sh | sh"
69
- name: Cache dist
70
uses: actions/upload-artifact@v4
71
with:
0 commit comments