I would rather be playing Hell Divers 2.
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wolServer-${{ matrix.arch }}
|
name: wolServer-${{ matrix.arch }}
|
||||||
path: app/dist/wolServer-${{ matrix.arch }}
|
path: app/dist/**
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
body: "Automated push release"
|
body: "Automated push release"
|
||||||
token: ${{ secrets.mytoken }}
|
token: ${{ secrets.mytoken }}
|
||||||
files: |-
|
files: |-
|
||||||
wolServer-*
|
/workspace/konsthol/WOL-Ly/app/dist/**
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
needs: release
|
needs: release
|
||||||
|
|||||||
Reference in New Issue
Block a user