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: create archive from directory itself

+3 -1
+3 -1
.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: tar --exclude='./.git' -cvzf ../source.tgz --directory=. . 24 + - run: | 25 + sourcepath="$(basename $(pwd))" 26 + (cd .. && tar --exclude='./.git' -cvzf source.tgz $sourcepath) 25 27 - run: du -sh ../source.tgz 26 28 - uses: https://gitea.com/actions/gitea-release-action@v1 27 29 with: