From 324dcf0e8a729e83b29de1d8daa675d0ec201926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 28 Mar 2015 20:57:42 +0100 Subject: [PATCH] try to simplify/fix the artifacts filter --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8c7fa45460..82f3dc8852 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,8 +34,7 @@ before_deploy: - move /Y %APPVEYOR_BUILD_FOLDER%\packaging\windows\OpenRA.Setup.exe %APPVEYOR_BUILD_FOLDER%\OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe artifacts: - - name: Installer - path: 'OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe' + - path: OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe deploy: - provider: GitHub