ci: check size of archive
Some checks failed
create archive with lfs / tag (push) Failing after 10s

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

View File

@ -22,6 +22,7 @@ jobs:
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: tar czf ../source.tgz --directory=. . - run: tar czf ../source.tgz --directory=. .
- 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: |-