From 0400d7855a6f093ab30bd8337e2811927dfde81a Mon Sep 17 00:00:00 2001 From: Roger Clotet Date: Sat, 29 Apr 2023 23:20:15 +0200 Subject: [PATCH] Fix imports cache for Godot 4 (#108) --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 658d3ac..36d24bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ image: barichello/godot-ci:4.0.2 cache: key: import-assets paths: - - .import/ + - .godot/imported/ stages: - import-assets @@ -22,9 +22,6 @@ import-assets: stage: import-assets script: - godot -v -e --quit --headless - artifacts: - paths: - - .import/ linux: stage: export