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