From d0da1f4926f81e9e9b9a719b49139d3b7329783f Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 9 May 2018 22:47:27 +0200 Subject: [PATCH] Another artifact attempt --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index de93240..215a039 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -80,8 +80,8 @@ build_script: mingw32-make package artifacts: - - path: /.\breakhack*.exe/ - name: breakhack_exe - - - path: /.\breakhack*.zip/ + - path: C:/projects/breakhack/package/breakhack-*.zip name: breakhack_zip + + - path: C:/projects/breakhack/package/breakhack-*.exe + name: breakhack_exe