Make that it works in 90% of the cases. 3:30.

This commit is contained in:
2025-11-05 00:11:47 +02:00
parent e7f02ae36e
commit fc253de73b

View File

@@ -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