From 443cdbfbb59ef0f77b31313b9e033bc2aae4b4a2 Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:33:52 +0900 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1d3abc..2891ba3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: - name: Build WVCore.Server run: | cd WVCore.Server + rm Directory.Build.props dotnet publish -r win-x64 -c Release dotnet publish -r win-x86 -c Release dotnet publish -r win-arm64 -c Release