Skip to content

Commit 8c351b3

Browse files
committed
fix: dist installer url
1 parent 51326af commit 8c351b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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/jacobtread/cargo-dist/releases/download/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:

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = ["cargo:."]
66
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
77
cargo-dist-version = "1.0.0-rc.1"
88
# 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"
9+
cargo-dist-url-override = "https://github.com/jacobtread/cargo-dist/releases/download/v1.0.0-rc.1"
1010
# CI backends to support
1111
ci = "github"
1212
# The installers to generate for each app

0 commit comments

Comments
 (0)