Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d90c076

Browse files
Update main.yml #GITBUILD test
1 parent c587ffb commit d90c076

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,15 @@ jobs:
112112
- name: Build Installer MSI
113113
if: env.build_trigger == 'true'
114114
shell: cmd
115-
run: call .\BuildInstaller.bat
115+
run: |
116+
echo === Running BuildInstaller.bat ===
117+
call .\BuildInstaller.bat || echo WARNING: BuildInstaller.bat exited with %ERRORLEVEL%, continuing...
118+
echo === Verifying MSI ===
119+
if not exist "UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi" (
120+
echo ERROR: MSI not found in UnityLauncherProInstaller\Release
121+
exit /b 1
122+
)
123+
echo Success: MSI found at UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi
116124
117125
# Get the current date and time
118126
- name: Get current date and time

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /