Update nightly-build.yaml

This commit is contained in:
Sardelka9515 2022-07-20 07:44:52 +08:00 committed by GitHub
parent d3931cc57c
commit c1a35dbab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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