File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6464 # we specify bash to get pipefail; it guards against the `curl` command
6565 # failing. otherwise `sh` won't catch that `curl` returned non-0
6666 shell : bash
67- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev /cargo-dist/releases/download/v0.30 .0-prerelease.3 /cargo-dist-installer.sh | sh"
67+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jacobtread /cargo-dist/releases/download/v1.0 .0-rc.1 /cargo-dist-installer.sh | sh"
6868 - name : Cache dist
6969 uses : actions/upload-artifact@v4
7070 with :
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ members = ["cargo:."]
44# Config for 'dist'
55[dist ]
66# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7- cargo-dist-version = " 0.30.0-prerelease.3"
7+ cargo-dist-version = " 1.0.0-rc.1"
8+ # A URL to use to install `cargo-dist` (with the installer script)
9+ cargo-dist-url-override = " https://github.com/jacobtread/cargo-dist/releases/download/v1.0.0-rc.1"
810# CI backends to support
911ci = " github"
1012# The installers to generate for each app
You can’t perform that action at this time.
0 commit comments