diff --git a/scripts/generate-installers.bat b/scripts/generate-installers.bat index 75c5d89e..3a64071c 100644 --- a/scripts/generate-installers.bat +++ b/scripts/generate-installers.bat @@ -154,7 +154,7 @@ if /i "%APPVEYOR%"=="true" ( if !ERRORLEVEL! NEQ 0 goto Error appveyor PushArtifact %INSTALLER_FOLDER%\MoonlightPortable.zip -FileName MoonlightPortable-%ARCH%-%BUILD_CONFIG%.zip if !ERRORLEVEL! NEQ 0 goto Error - appveyor PushArtifact %SYMBOLS_FOLDER%\MoonlightDebuggingSymbols.zip -FileName %SYMBOLS_FOLDER%\MoonlightDebuggingSymbols-%ARCH%-%BUILD_CONFIG%.zip + appveyor PushArtifact %SYMBOLS_FOLDER%\MoonlightDebuggingSymbols.zip -FileName MoonlightDebuggingSymbols-%ARCH%-%BUILD_CONFIG%.zip ) echo Build successful!