From 28be30812b6d4bf41752479675851d9d0a97a63b Mon Sep 17 00:00:00 2001 From: konsthol Date: Wed, 5 Nov 2025 01:22:28 +0200 Subject: [PATCH] I would rather be playing Hell Divers 2. --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 8ac503a..1876f88 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: wolServer-${{ matrix.arch }} - path: app/dist/wolServer-${{ matrix.arch }} + path: app/dist/** release: needs: build @@ -84,7 +84,7 @@ jobs: body: "Automated push release" token: ${{ secrets.mytoken }} files: |- - wolServer-* + /workspace/konsthol/WOL-Ly/app/dist/** cleanup: needs: release