8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d9049 + e1db0ab commit f7b75b4Copy full SHA for f7b75b4
.github/workflows/main.yml
@@ -76,7 +76,8 @@ jobs:
76
if: env.build_trigger == 'true'
77
shell: cmd
78
run: |
79
- "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" UnityLauncherPro.sln /Build Release
+ "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" UnityLauncherProInstaller\UnityLauncherProInstaller.vdproj /Build Release
80
+
81
82
# Get the current date and time
83
- name: Get current date and time
0 commit comments