Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Oct 14, 2023
1 parent cbfb4e3 commit 25587a6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- 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
Expand All @@ -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


0 comments on commit 25587a6

Please sign in to comment.