diff --git a/appveyor.yml b/appveyor.yml index 82f3dc8852..563f890a31 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,12 +34,13 @@ before_deploy: - move /Y %APPVEYOR_BUILD_FOLDER%\packaging\windows\OpenRA.Setup.exe %APPVEYOR_BUILD_FOLDER%\OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe artifacts: - - path: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe + - path: OpenRA-$(APPVEYOR_REPO_TAG_NAME).exe + name: Installer deploy: - provider: GitHub auth_token: secure: Z7RC+ckfvf7Kxf2EdWZCP7bgGjRnhgbMeieQP6VVhiZprwvbEzGXI2Wma+FGAq65 - artifact: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe + artifact: Installer on: appveyor_repo_tag: true