Okay boomer
This commit is contained in:
2
.github/workflows/build-test.yaml
vendored
2
.github/workflows/build-test.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
run: nuget restore
|
||||
|
||||
- name: Build
|
||||
run: build.cmd
|
||||
run: .\build.cmd
|
||||
|
||||
- name: Upload server
|
||||
uses: actions/upload-artifact@v3
|
||||
|
4
.github/workflows/nightly-build.yaml
vendored
4
.github/workflows/nightly-build.yaml
vendored
@ -26,10 +26,10 @@ jobs:
|
||||
run: nuget restore
|
||||
|
||||
- name: Build artifacts
|
||||
run: build.cmd
|
||||
run: .\build.cmd
|
||||
|
||||
- name: Build server for different platforms
|
||||
run: publish-server.cmd
|
||||
run: .\publish-server.cmd
|
||||
|
||||
- uses: vimtor/action-zip@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user