data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: use tgz

+3 -3
+3 -3
.gitea/workflows/create-archive.yml
··· 21 21 git lfs install --local 22 22 git lfs fetch origin refs/tags/${{ gitea.ref_name }} 23 23 git lfs checkout 24 - - run: XZ_OPT=-9 tar --exclude='./.git' -cvJf ../source.txz --directory=. . 25 - - run: du -sh ../source.txz 24 + - run: tar --exclude='./.git' -cvzf ../source.tgz --directory=. . 25 + - run: du -sh ../source.tgz 26 26 - uses: https://gitea.com/actions/gitea-release-action@v1 27 27 with: 28 28 files: |- 29 - ../source.txz 29 + ../source.tgz