ci: create archive elsewhere
Some checks failed
create archive with lfs / tag (push) Failing after 10s
Some checks failed
create archive with lfs / tag (push) Failing after 10s
This commit is contained in:
parent
4a12b2b8b3
commit
143f99156b
@ -21,8 +21,8 @@ jobs:
|
||||
git lfs install --local
|
||||
git lfs fetch origin refs/tags/${{ gitea.ref_name }}
|
||||
git lfs checkout
|
||||
- run: tar czf source.tar.gz --directory=. .
|
||||
- run: tar czf ../source.tar.gz --directory=. .
|
||||
- uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
source.tar.gz
|
||||
../source.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user