diff --git a/appveyor-release.yml b/appveyor-release.yml index 4bd29105..64525923 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -36,6 +36,7 @@ for: - platform: x86 before_build: - nuget restore + - md "Setup\bin\x64\%CONFIGURATION%" - xcopy "%TEMP%\Setup.msi" "Setup\bin\x64\%CONFIGURATION%\Setup.msi" after_build: - appveyor PushArtifact "Setup\bin\%PLATFORM%\%CONFIGURATION%\Setup.msi" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_%PLATFORM%_Setup.msi" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% Setup (%PLATFORM%)"