From 2a64e922d7c6b45e3c75a8387ca67b52d0f8888e Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Wed, 26 Feb 2020 11:33:34 +0000 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e86c095..14f183b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,6 +25,7 @@ install: before_build: # Get Godot source and install the module - cd %APPVEYOR_BUILD_FOLDER%\.. + - echo.> my_file.txt #- git clone --depth=1 --branch=3.2 %GODOT_REPO_URL% && cd godot - mkdir godot && cd godot && mkdir modules - mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER% @@ -43,7 +44,7 @@ build_script: - dir /s artifacts: - - path: godot\modules\lportal\larea.h + - path: '*.txt' # - path: godot\bin\*.exe name: GodotBinary