I would rather be playing Hell Divers 2.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user