Commit 6840e1f 1 parent 5034422 commit 6840e1f Copy full SHA for 6840e1f
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
# we specify bash to get pipefail; it guards against the `curl` command
68
68
# failing. otherwise `sh` won't catch that `curl` returned non-0
69
69
shell : bash
70
- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.27.1-prerelease.1 /cargo-dist-installer.sh | sh"
70
+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.27.1/cargo-dist-installer.sh | sh"
71
71
- name : Cache dist
72
72
uses : actions/upload-artifact@v4
73
73
with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ members = ["cargo:."]
4
4
# Config for 'dist'
5
5
[dist ]
6
6
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7
- cargo-dist-version = " 0.27.1-prerelease.1 "
7
+ cargo-dist-version = " 0.27.1"
8
8
# CI backends to support
9
9
ci = " github"
10
10
# The installers to generate for each app
You can’t perform that action at this time.
0 commit comments