We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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