Movatterモバイル変換


[0]ホーム

URL:


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

Commitb371643

Browse files
authored
Update main.yml #GITBUILD almost
1 parentd90c076 commitb371643

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.github/workflows/main.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@ jobs:
116116
echo === Running BuildInstaller.bat ===
117117
call .\BuildInstaller.bat || echo WARNING: BuildInstaller.bat exited with %ERRORLEVEL%, continuing...
118118
echo === Verifying MSI ===
119-
if not exist "UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi" (
119+
if exist "UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi" (
120+
echo Success: MSI found at UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi
121+
exit /b 0
122+
) else (
120123
echo ERROR: MSI not found in UnityLauncherProInstaller\Release
121124
exit /b 1
122125
)
123-
echo Success: MSI found at UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi
124126
125127
# Get the current date and time
126128
-name:Get current date and time

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp