use zstd tars

This commit is contained in:
Auguste Rame 2022-07-12 18:22:31 +02:00
parent 24ec046b4a
commit 25421aa7a6
No known key found for this signature in database
GPG Key ID: 3A5E3F90DF2AAEFE

View File

@ -43,8 +43,8 @@ jobs:
sed -e '1,5d' < README.md > artifacts/${target}/README.md
cp LICENSE artifacts/${target}/
cd artifacts/${target}/
tar cfJ ${target}.tar.xz *.md bin/*
mv ${target}.tar.xz ../
tar cfa ${target}.tar.zst *.md bin/*
mv ${target}.tar.zst ../
cd ../..
done
@ -53,4 +53,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: builds
path: artifacts/*.tar.xz
path: artifacts/*.tar.zst