We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b75b4 commit 5ec4d9eCopy full SHA for 5ec4d9e
.github/workflows/main.yml
@@ -71,13 +71,11 @@ jobs:
71
shell: cmd
72
run: call .\InstallerBumpVersion.bat
73
74
- # Build MSI installer project using Visual Studio 2022
+ # Build MSI installer project using Visual Studio 2022 workaround
75
- name: Build Installer MSI
76
if: env.build_trigger == 'true'
77
78
- run: |
79
- "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" UnityLauncherProInstaller\UnityLauncherProInstaller.vdproj /Build Release
80
-
+ run: call .\BuildInstaller.bat
81
82
# Get the current date and time
83
- name: Get current date and time
0 commit comments