Skip to content

Commit

Permalink
0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Oct 11, 2023
1 parent 92052f1 commit 2c25f74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ jobs:
echo "paths<<EOF" >> "$GITHUB_OUTPUT"
jq --raw-output ".artifacts[]?.path | select( . != null )" dist-manifest.json >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
# Remove the granular manifests
rm target/distrib/*-dist-manifest.json
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -238,6 +235,10 @@ jobs:
with:
name: artifacts
path: artifacts
- name: Cleanup
run: |
# Remove the granular manifests
rm target/distrib/*-dist-manifest.json
- name: Create Release
uses: ncipollo/release-action@v1
with:
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.22"
version = "0.2.23"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mistydemeo/cargodisttest"
Expand Down

0 comments on commit 2c25f74

Please sign in to comment.