From 25a03c7e271656e4c4f01a30b6eaa02949b879a2 Mon Sep 17 00:00:00 2001 From: Sardelka9515 <106232474+Sardelka9515@users.noreply.github.com> Date: Sun, 10 Jul 2022 16:22:24 +0800 Subject: [PATCH] Update nightly-build.yaml --- .github/workflows/nightly-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-build.yaml b/.github/workflows/nightly-build.yaml index e78e463..cc1ffb3 100644 --- a/.github/workflows/nightly-build.yaml +++ b/.github/workflows/nightly-build.yaml @@ -23,7 +23,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build client - run: dotnet build RageCoop.Client/RageCoop.Client.csproj --no-restore --configuration Release -o RageCoop.Client/bin/RageCoop + run: dotnet publish RageCoop.Client/RageCoop.Client.csproj --no-restore --configuration Release -o RageCoop.Client/bin/RageCoop - name: Build server win-x64 run: dotnet publish RageCoop.Server/RageCoop.Server.csproj --self-contained -p:PublishSingleFile=true -p:PublishTrimmed=false -r win-x64 -o RageCoop.Server/bin/win-x64 -c Release - name: Build server linux-x64