From 25587a69d990a7668ce1288b33ca626a82c6715b Mon Sep 17 00:00:00 2001 From: rounk-ctrl <70931017+rounk-ctrl@users.noreply.github.com> Date: Sat, 14 Oct 2023 11:43:39 +0400 Subject: [PATCH] again --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f47e2057..0f4086ded 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,16 +21,12 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} submodules: true lfs: true - - name: Git Sumbodule Update - run: | - git submodule update --init --recursive - git submodule update --recursive --remote - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.1.3 - name: Restore NuGet Packages run: | nuget restore Rectify11Installer.sln - nuget restore Rectify11ControlCenter\Rectify11ControlCenter.sln + nuget restore Rectify11ControlCenter\Rectify11ControlCenter.sln - name: Build R11 Control Centre run: msbuild Rectify11ControlCenter\Rectify11ControlCenter.sln /p:Configuration=Release - name: Build @@ -44,4 +40,4 @@ jobs: name: Rectify11Installer (x64) # A file, directory or wildcard pattern that describes what to upload path: Rectify11Installer\bin\output\Release\Rectify11Installer.exe - + \ No newline at end of file