ci: use xz
Some checks failed
create archive with lfs / tag (push) Failing after 8s

This commit is contained in:
dusk 2024-09-26 21:29:37 +03:00
parent 0229e56d21
commit b6a0583b1b
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -21,9 +21,9 @@ jobs:
git lfs install --local git lfs install --local
git lfs fetch origin refs/tags/${{ gitea.ref_name }} git lfs fetch origin refs/tags/${{ gitea.ref_name }}
git lfs checkout git lfs checkout
- run: GZIP=-9 tar --exclude='./.git' -czvf ../source.tgz --directory=. . - run: XZ_OPT=-9 tar --exclude='./.git' -czvJf ../source.txz --directory=. .
- run: du -sh ../source.tgz - run: du -sh ../source.txz
- uses: https://gitea.com/actions/gitea-release-action@v1 - uses: https://gitea.com/actions/gitea-release-action@v1
with: with:
files: |- files: |-
../source.tgz ../source.txz