From 22df04a51b4158fd4c50186a25b7e54a2e0bc1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 18 Jan 2015 10:54:35 +0100 Subject: [PATCH] push the artifact rename the setup.exe --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cec0d00b8f..17fbfe1891 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,11 +22,12 @@ before_deploy: - cp OpenRA.Game/OpenRA.ico . - appveyor DownloadFile "https://raw.githubusercontent.com/wiki/OpenRA/OpenRA/Changelog.md" -FileName Changelog.md - '%NSIS_ROOT%\makensis /DSRCDIR="%APPVEYOR_BUILD_FOLDER%" /DDEPSDIR="%APPVEYOR_BUILD_FOLDER%\thirdparty\windows" /V3 packaging/windows/OpenRA.nsi' + - appveyor PushArtifact packaging/windows/OpenRA.Setup.exe -FileName OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe deploy: - provider: GitHub auth_token: secure: Z7RC+ckfvf7Kxf2EdWZCP7bgGjRnhgbMeieQP6VVhiZprwvbEzGXI2Wma+FGAq65 - artifact: packaging\windows\OpenRA.Setup.exe + artifact: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe on: appveyor_repo_tag: true \ No newline at end of file