ci: attempt fix archive dir
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
f99a6315b7
commit
4926331a6e
@ -23,7 +23,10 @@ jobs:
|
||||
git lfs checkout
|
||||
- run: |
|
||||
sourcepath="$(basename $(pwd))"
|
||||
(cd .. && tar --exclude='./.git' -cvzf source.tgz $sourcepath)
|
||||
cd ..
|
||||
cp -r $sourcepath website && rm -rf website/.git
|
||||
tar -cvzf source.tgz website
|
||||
cd $sourcepath
|
||||
- run: du -sh ../source.tgz
|
||||
- uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user