Merge pull request #7768 from OpenRA/revert-7761-appveyor-artifacts-kiss
Revert "Deploy with just OpenRA-Setup.exe"
This commit is contained in:
@@ -32,10 +32,10 @@ after_test:
|
|||||||
- 7z x NsProcess.zip -o%NSIS_ROOT% -y
|
- 7z x NsProcess.zip -o%NSIS_ROOT% -y
|
||||||
- move /Y %NSIS_ROOT%\Plugin\nsProcess.dll %NSIS_ROOT%\Plugins\nsProcess.dll
|
- move /Y %NSIS_ROOT%\Plugin\nsProcess.dll %NSIS_ROOT%\Plugins\nsProcess.dll
|
||||||
- '%NSIS_ROOT%\makensis /DSRCDIR="%APPVEYOR_BUILD_FOLDER%" /DDEPSDIR="%APPVEYOR_BUILD_FOLDER%\thirdparty\windows" /V3 packaging/windows/OpenRA.nsi'
|
- '%NSIS_ROOT%\makensis /DSRCDIR="%APPVEYOR_BUILD_FOLDER%" /DDEPSDIR="%APPVEYOR_BUILD_FOLDER%\thirdparty\windows" /V3 packaging/windows/OpenRA.nsi'
|
||||||
- move /Y %APPVEYOR_BUILD_FOLDER%\packaging\windows\OpenRA.Setup.exe %APPVEYOR_BUILD_FOLDER%\OpenRA.Setup.exe
|
- move /Y %APPVEYOR_BUILD_FOLDER%\packaging\windows\OpenRA.Setup.exe %APPVEYOR_BUILD_FOLDER%\OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: OpenRA.Setup.exe
|
- path: OpenRA-$(APPVEYOR_REPO_TAG_NAME).exe
|
||||||
name: Installer
|
name: Installer
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user