From 3d5ba249a363ee062f5378ae60b5be7c2f3d3944 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Wed, 22 Apr 2026 10:59:06 +0200 Subject: [PATCH] Test CI --- .gitea/workflows/build.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6fbd891..67446f0 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -43,8 +43,12 @@ jobs: cd dist_package zip -r ../quibot-web.zip . - - name: Upload artifact - uses: actions/upload-artifact@v3 + # Create or update release and upload asset + - name: Upload Release + uses: softprops/action-gh-release@v1 with: - name: quibot-web - path: quibot-web/quibot-web.zip \ No newline at end of file + tag_name: latest + name: Latest Build + files: quibot-web/quibot-web.zip + env: + GITHUB_TOKEN: ${{ secrets.GITEATOKEN }} \ No newline at end of file