更新 .github/workflows/nightly-build.yaml
This commit is contained in:
6
.github/workflows/nightly-build.yaml
vendored
6
.github/workflows/nightly-build.yaml
vendored
@ -20,9 +20,9 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Restore nuget packages
|
- name: Restore nuget packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y nuget
|
sudo apt install -y nuget
|
||||||
nuget restore
|
nuget restore
|
||||||
- name: Build client and installer
|
- name: Build client and installer
|
||||||
run: dotnet build RageCoop.Client.Installer/RageCoop.Client.Installer.csproj --configuration Release -o bin/Release/Client/RageCoop
|
run: dotnet build RageCoop.Client.Installer/RageCoop.Client.Installer.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