Use zstd and multiple threads to compress artifact tarball.

For faster and better compression.
This commit is contained in:
Heikki Linnakangas
2022-07-19 18:36:46 +03:00
committed by Heikki Linnakangas
parent 71753dd947
commit 98dd2e4f52
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ runs:
shell: bash -ex {0}
run: |
mkdir -p /tmp/neon/
tar -xf ./neon-artifact/neon.tgz -C /tmp/neon/
tar -xf ./neon-artifact/neon.tar.zst -C /tmp/neon/
rm -rf ./neon-artifact/
- name: Checkout