From 52538fc770457e33598579aca16a03634ddf6e0b Mon Sep 17 00:00:00 2001 From: Misha Date: Mon, 25 Sep 2023 18:41:28 -0400 Subject: [PATCH] Fix build --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ab92ecd0..a28272452 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,9 +26,6 @@ jobs: - name: Restore NuGet Packages run: | nuget restore Rectify11Installer.sln - nuget restore Rectify11ControlCenter\Rectify11ControlCenter.sln - - name: Build R11 Control Centre - run: msbuild Rectify11ControlCenter\Rectify11ControlCenter.sln /p:Configuration=Release - name: Build run: msbuild Rectify11Installer.sln /p:Configuration=Release /p:platform=x64 - name: Create single exe