-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98d48bd
commit 898e4d2
Showing
3 changed files
with
52 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,15 @@ 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 | ||
- 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "rectify11controlcenter"] | ||
path = rectify11controlcenter | ||
url = https://github.com/ojask/rectify11controlcenter.git | ||
[submodule "RectifyControlPanel2"] | ||
path = RectifyControlPanel2 | ||
url = https://github.com/Rectify11/RectifyControlPanel2.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters