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.
1 parent d90c076 commit b371643Copy full SHA for b371643
.github/workflows/main.yml
@@ -116,11 +116,13 @@ jobs:
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" (
+ if exist "UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi" (
120
+ echo Success: MSI found at UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi
121
+ exit /b 0
122
+ ) else (
123
echo ERROR: MSI not found in UnityLauncherProInstaller\Release
124
exit /b 1
125
)
- echo Success: MSI found at UnityLauncherProInstaller\Release\UnityLauncherPro-Installer.msi
126
127
# Get the current date and time
128
- name: Get current date and time
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments