mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
Use zstd and multiple threads to compress artifact tarball.
For faster and better compression.
This commit is contained in:
committed by
Heikki Linnakangas
parent
71753dd947
commit
98dd2e4f52
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user