Skip to content

Commit

Permalink
Zstd compression is meh, so remove it.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Feb 22, 2023
1 parent b1bebd8 commit 75d64c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_archives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
command: "7za a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on",
}
- { name: "BZip2", format: "tar.bz2", command: "tar -cv -j -f" }
- { name: "Zstd", format: "tar.zstd", command: "tar -cv --zstd -f" }
# - { name: "Zstd", format: "tar.zstd", command: "tar -cv --zstd -f" }
runs-on: ubuntu-latest
name: ${{ matrix.name }}
steps:
Expand Down

0 comments on commit 75d64c2

Please sign in to comment.