This commit is contained in:
2026-04-25 11:14:11 +02:00
parent 6f238b4d80
commit 72b45335dd
10 changed files with 271 additions and 29 deletions

View File

@@ -53,12 +53,11 @@ jobs:
- name: Create Release
uses: https://gitea.com/actions/gitea-release-action@v1
working-directory: .
working-directory: dist
with:
tag_name: latest
name: Latest Build
overwrite_files: true
files: |
- dist/build.zip
- build.zip
env:
GITEA_TOKEN: ${{ secrets.GITEA }}