Fix imports cache for Godot 4 (#108)

This commit is contained in:
Roger Clotet
2023-04-29 23:20:15 +02:00
committed by GitHub
parent 7eaff7adb6
commit 0400d7855a

View File

@@ -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