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