ci: use xz attempt 2
All checks were successful
create archive with lfs / tag (push) Successful in 25s
All checks were successful
create archive with lfs / tag (push) Successful in 25s
This commit is contained in:
parent
b6a0583b1b
commit
533ff6c7d8
@ -21,7 +21,7 @@ jobs:
|
||||
git lfs install --local
|
||||
git lfs fetch origin refs/tags/${{ gitea.ref_name }}
|
||||
git lfs checkout
|
||||
- run: XZ_OPT=-9 tar --exclude='./.git' -czvJf ../source.txz --directory=. .
|
||||
- run: XZ_OPT=-9 tar --exclude='./.git' -cvJf ../source.txz --directory=. .
|
||||
- run: du -sh ../source.txz
|
||||
- uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user