From 1b4fe8373943de7910a46acc229fcf4cc04e7450 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 4 Sep 2018 01:09:10 -0700 Subject: [PATCH] Fix AppVeyor symbol artifact name --- scripts/generate-installers.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!