ci: dont archive .git
All checks were successful
create archive with lfs / tag (push) Successful in 9s
All checks were successful
create archive with lfs / tag (push) Successful in 9s
This commit is contained in:
parent
9b69be64e4
commit
0229e56d21
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user