更新 .github/workflows/nightly-build.yaml
This commit is contained in:
parent
9764484f4a
commit
3b901d8e6c
6
.github/workflows/nightly-build.yaml
vendored
6
.github/workflows/nightly-build.yaml
vendored
@ -20,9 +20,9 @@ jobs:
|
||||
run: dotnet restore
|
||||
- name: Restore nuget packages
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y nuget
|
||||
nuget restore
|
||||
sudo apt update
|
||||
sudo apt install -y nuget
|
||||
nuget restore
|
||||
- name: Build client and installer
|
||||
run: dotnet build RageCoop.Client.Installer/RageCoop.Client.Installer.csproj --configuration Release -o bin/Release/Client/RageCoop
|
||||
- name: Build server win-x64
|
||||
|
Loading…
Reference in New Issue
Block a user