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 ab8d838 commit 68633ccCopy full SHA for 68633cc
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
# we specify bash to get pipefail; it guards against the `curl` command
64
# failing. otherwise `sh` won't catch that `curl` returned non-0
65
shell: bash
66
- run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0/cargo-dist-installer.sh | sh"
+ run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.1-prerelease.2/cargo-dist-installer.sh | sh"
67
- name: Cache dist
68
uses: actions/upload-artifact@v4
69
with:
0 commit comments