This commit is contained in:
parent
143f99156b
commit
e05eece85a
@ -21,8 +21,8 @@ jobs:
|
|||||||
git lfs install --local
|
git lfs install --local
|
||||||
git lfs fetch origin refs/tags/${{ gitea.ref_name }}
|
git lfs fetch origin refs/tags/${{ gitea.ref_name }}
|
||||||
git lfs checkout
|
git lfs checkout
|
||||||
- run: tar czf ../source.tar.gz --directory=. .
|
- run: tar czf ../source.tgz --directory=. .
|
||||||
- uses: https://gitea.com/actions/gitea-release-action@v1
|
- uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
../source.tar.gz
|
../source.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user