diff --git a/.appveyor.yml b/.appveyor.yml index 1e9a75f..fb49fcd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,7 +24,7 @@ install: before_build: # Get Godot source and install the module - #- cd %APPVEYOR_BUILD_FOLDER%\.. + - 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 @@ -44,7 +44,7 @@ build_script: - dir /s artifacts: - - path: '*.txt' + - path: '..\*.txt' # - path: godot\bin\*.exe name: GodotBinary