We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7e147 commit e1db0abCopy full SHA for e1db0ab
.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