From 3b901d8e6c61efe439100c2ee1defb4ec1fd1260 Mon Sep 17 00:00:00 2001 From: forever Date: Sat, 26 Oct 2024 03:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/nightly-?= =?UTF-8?q?build.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nightly-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-build.yaml b/.github/workflows/nightly-build.yaml index a403f23..362a51c 100644 --- a/.github/workflows/nightly-build.yaml +++ b/.github/workflows/nightly-build.yaml @@ -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