use zstd tars
This commit is contained in:
parent
24ec046b4a
commit
25421aa7a6
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -43,8 +43,8 @@ jobs:
|
|||||||
sed -e '1,5d' < README.md > artifacts/${target}/README.md
|
sed -e '1,5d' < README.md > artifacts/${target}/README.md
|
||||||
cp LICENSE artifacts/${target}/
|
cp LICENSE artifacts/${target}/
|
||||||
cd artifacts/${target}/
|
cd artifacts/${target}/
|
||||||
tar cfJ ${target}.tar.xz *.md bin/*
|
tar cfa ${target}.tar.zst *.md bin/*
|
||||||
mv ${target}.tar.xz ../
|
mv ${target}.tar.zst ../
|
||||||
cd ../..
|
cd ../..
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -53,4 +53,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: builds
|
name: builds
|
||||||
path: artifacts/*.tar.xz
|
path: artifacts/*.tar.zst
|
||||||
|
Loading…
Reference in New Issue
Block a user