Skip to content

Commit

Permalink
cli v1.0.4: Include version in release archive name (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Dec 4, 2022
1 parent 10af8db commit f3e3b4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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,6 +1,6 @@
[package]
name = "cargo-action-fmt"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/olix0r/cargo-action-fmt"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build *args:

package dir: build
@mkdir -p '{{ dir }}/{{ profile }}'
tar czf '{{ dir }}/{{ profile }}/cargo-action-fmt-{{ target }}.tar.gz' \
tar czf "{{ dir }}/{{ profile }}/cargo-action-fmt-$(just crate-version)-{{ target }}.tar.gz" \
-C 'target/{{ target }}/{{ profile }}' \
cargo-action-fmt

Expand Down

0 comments on commit f3e3b4e

Please sign in to comment.