Make that it works in 90% of the cases. 3:30.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user