ci: use tgz
All checks were successful
create archive with lfs / tag (push) Successful in 9s

This commit is contained in:
dusk 2024-09-26 22:21:03 +03:00
parent 533ff6c7d8
commit 24262f6959
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: XZ_OPT=-9 tar --exclude='./.git' -cvJf ../source.txz --directory=. . - run: tar --exclude='./.git' -cvzf ../source.tgz --directory=. .
- run: du -sh ../source.txz - run: du -sh ../source.tgz
- uses: https://gitea.com/actions/gitea-release-action@v1 - uses: https://gitea.com/actions/gitea-release-action@v1
with: with:
files: |- files: |-
../source.txz ../source.tgz