I would rather be playing Hell Divers 2.

This commit is contained in:
2025-11-05 01:22:28 +02:00
parent 862bec0dfd
commit 28be30812b

View File

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