Skip to content

Commit

Permalink
fix: compress releases for unix with gzip instead of xz
Browse files Browse the repository at this point in the history
fixes #4
  • Loading branch information
ewen-lbh authored Jul 13, 2024
1 parent 357575d commit a2a67ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ cargo-dist-version = "0.19.1"
ci = "github"
installers = []
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
unix-archive = ".tar.gz"
pr-run-mode = "plan"

0 comments on commit a2a67ba

Please sign in to comment.