ci: dont archive .git
All checks were successful
create archive with lfs / tag (push) Successful in 9s

This commit is contained in:
dusk 2024-09-26 21:23:50 +03:00
parent 9b69be64e4
commit 0229e56d21
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

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