name the artifact

This commit is contained in:
Matthias Mailänder
2015-03-28 21:47:49 +01:00
parent 3bcc94c182
commit e454e6dcb1

View File

@@ -35,11 +35,12 @@ before_deploy:
artifacts: artifacts:
- path: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe - path: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe
name: Installer
deploy: deploy:
- provider: GitHub - provider: GitHub
auth_token: auth_token:
secure: Z7RC+ckfvf7Kxf2EdWZCP7bgGjRnhgbMeieQP6VVhiZprwvbEzGXI2Wma+FGAq65 secure: Z7RC+ckfvf7Kxf2EdWZCP7bgGjRnhgbMeieQP6VVhiZprwvbEzGXI2Wma+FGAq65
artifact: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe artifact: Installer
on: on:
appveyor_repo_tag: true appveyor_repo_tag: true