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