Skip to content

Commit 5ec4d9e

Browse files
authored
Update main.yml #GITBUILD again
1 parent f7b75b4 commit 5ec4d9e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,11 @@ jobs:
7171
shell: cmd
7272
run: call .\InstallerBumpVersion.bat
7373

74-
# Build MSI installer project using Visual Studio 2022
74+
# Build MSI installer project using Visual Studio 2022 workaround
7575
- name: Build Installer MSI
7676
if: env.build_trigger == 'true'
7777
shell: cmd
78-
run: |
79-
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" UnityLauncherProInstaller\UnityLauncherProInstaller.vdproj /Build Release
80-
78+
run: call .\BuildInstaller.bat
8179

8280
# Get the current date and time
8381
- name: Get current date and time

0 commit comments

Comments
 (0)