From a5e9a3b952f1413f8fee41faf9d1a6cdae84a9e5 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 9 May 2018 22:43:36 +0200 Subject: [PATCH] One more artifact attempt --- .appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e575edd..de93240 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -80,5 +80,8 @@ build_script: mingw32-make package artifacts: - - path: /.\BreakHack*.exe/ - - path: /.\BreakHack*.zip/ + - path: /.\breakhack*.exe/ + name: breakhack_exe + + - path: /.\breakhack*.zip/ + name: breakhack_zip