From fc253de73bcf3498f1cd070e53c991cde14108b4 Mon Sep 17 00:00:00 2001 From: konsthol Date: Wed, 5 Nov 2025 00:11:47 +0200 Subject: [PATCH] Make that it works in 90% of the cases. 3:30. --- .gitea/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 40ec2d4..b238130 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -23,11 +23,11 @@ jobs: with: python-version: '3.14' - - name: Install QEMU (arm) - if: matrix.arch == 'arm64' - uses: docker/setup-qemu-action@v3 - with: - platforms: arm64 +# - name: Install QEMU (arm) +# if: matrix.arch == 'arm64' +# uses: docker/setup-qemu-action@v3 +# with: +# platforms: arm64 - name: Set up Docker Buildx (arm) if: matrix.arch == 'arm64' @@ -84,7 +84,7 @@ jobs: body: "Automated push release" token: ${{ secrets.mytoken }} files: |- - app/dist/wolServer-* + /workspace/konsthol/WOL-Ly/app/dist/ cleanup: needs: release