Update nightly-build.yaml
This commit is contained in:
parent
d3931cc57c
commit
c1a35dbab3
2
.github/workflows/nightly-build.yaml
vendored
2
.github/workflows/nightly-build.yaml
vendored
@ -22,6 +22,8 @@ jobs:
|
||||
dotnet-version: ${{ matrix.dotnet-version }}
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Restore client dependencies
|
||||
run: dotnet restore RageCoop.Client/RageCoop.Client.csproj
|
||||
- name: Build client
|
||||
run: dotnet build RageCoop.Client/RageCoop.Client.csproj --configuration Release -o bin/Release/Client/RageCoop
|
||||
- name: Build server win-x64
|
||||
|
Loading…
x
Reference in New Issue
Block a user