Make that it works in 90% of the cases. 3:30.
This commit is contained in:
@@ -23,11 +23,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.14'
|
python-version: '3.14'
|
||||||
|
|
||||||
- name: Install QEMU (arm)
|
# - name: Install QEMU (arm)
|
||||||
if: matrix.arch == 'arm64'
|
# if: matrix.arch == 'arm64'
|
||||||
uses: docker/setup-qemu-action@v3
|
# uses: docker/setup-qemu-action@v3
|
||||||
with:
|
# with:
|
||||||
platforms: arm64
|
# platforms: arm64
|
||||||
|
|
||||||
- name: Set up Docker Buildx (arm)
|
- name: Set up Docker Buildx (arm)
|
||||||
if: matrix.arch == 'arm64'
|
if: matrix.arch == 'arm64'
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
body: "Automated push release"
|
body: "Automated push release"
|
||||||
token: ${{ secrets.mytoken }}
|
token: ${{ secrets.mytoken }}
|
||||||
files: |-
|
files: |-
|
||||||
app/dist/wolServer-*
|
/workspace/konsthol/WOL-Ly/app/dist/
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
needs: release
|
needs: release
|
||||||
|
|||||||
Reference in New Issue
Block a user