Skip to content

Commit

Permalink
0.2.301
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Dec 9, 2024
1 parent 8f0ccbf commit 694ce95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist"
run: "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=auditable-xwin cargo-dist"
- name: Cache dist
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -144,6 +144,8 @@ jobs:
pattern: artifacts-*
path: target/distrib/
merge-multiple: true
- name: Install cargo-auditable
run: ${{ matrix.install_cargo_auditable.run }}
- name: Install dependencies
run: |
${{ matrix.packages_install }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "axolotlsay"
description = "💬 a CLI for learning to distribute CLIs in rust"
version = "0.2.300"
version = "0.2.301"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mistydemeo/cargodisttest.git"
Expand Down
4 changes: 2 additions & 2 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["cargo:."]
# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.25.1-github-main"
cargo-dist-version = "0.25.1-github-auditable-xwin"
# CI backends to support
ci = "github"
# The installers to generate for each app
Expand Down Expand Up @@ -44,7 +44,7 @@ install-path = "CARGO_HOME"
# Whether to sign macOS executables
macos-sign = true
# Whether to embed dependency information using cargo-auditable
cargo-auditable = false
cargo-auditable = true

[dist.aliases]
axolotlsay = ["cargodisttest"]
Expand Down

0 comments on commit 694ce95

Please sign in to comment.