From e454e6dcb15b4744443d0599f9291e7ed24b5063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 28 Mar 2015 21:47:49 +0100 Subject: [PATCH] name the artifact --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 82f3dc8852..bb0ddfedd5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,11 +35,12 @@ before_deploy: artifacts: - 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