From e647ca413e26319adf3948dc87b0a38f969c9703 Mon Sep 17 00:00:00 2001 From: Alberto Fustinoni Date: Thu, 21 Dec 2017 20:40:28 +0900 Subject: [PATCH] Fix --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5bfdf0e..17f729a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,8 +27,7 @@ build_script: - make -f %makefile_name% platform=%platform% artifacts: - - path: '%makefile_location%\%target_name%*.dll' - - path: '%makefile_location%\%target_name%*.lib' - - path: '%makefile_location%\%target_name%*.pdb' + - path: '**\%target_name%*.dll' + - path: '**\%target_name%*.lib' + - path: '**\%target_name%*.pdb' - path: '**\libretro.h' - \ No newline at end of file