diff --git a/.gitea/workflows/create-archive.yml b/.gitea/workflows/create-archive.yml new file mode 100644 index 0000000..75a86b3 --- /dev/null +++ b/.gitea/workflows/create-archive.yml @@ -0,0 +1,20 @@ +name: create archive with lfs + +on: + push: + tags: + - '*' + +jobs: + tag: + runs-on: native + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 1 + lfs: true + - uses: actions/gitea-release-action@v1 + with: + files: |- + * + **/*