From d17f6518041e207de320840256b42285fc13666f Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Wed, 26 Feb 2020 11:59:29 +0000 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f2cfd95..14f595f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -47,10 +47,10 @@ build_script: after_build: - cd %APPVEYOR_BUILD_FOLDER%\.. - - xcopy godot\core\*.h %APPVEYOR_BUILD_FOLDER%\Artifacts\ + - xcopy godot\bin\*.* %APPVEYOR_BUILD_FOLDER%\Artifacts\ artifacts: - - path: 'Artifacts\color.*' + - path: 'Artifacts\*.*' # - path: godot\bin\*.exe name: GodotBinary