Fix imports cache for Godot 4 (#108)
This commit is contained in:
@@ -7,7 +7,7 @@ image: barichello/godot-ci:4.0.2
|
|||||||
cache:
|
cache:
|
||||||
key: import-assets
|
key: import-assets
|
||||||
paths:
|
paths:
|
||||||
- .import/
|
- .godot/imported/
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- import-assets
|
- import-assets
|
||||||
@@ -22,9 +22,6 @@ import-assets:
|
|||||||
stage: import-assets
|
stage: import-assets
|
||||||
script:
|
script:
|
||||||
- godot -v -e --quit --headless
|
- godot -v -e --quit --headless
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- .import/
|
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
stage: export
|
stage: export
|
||||||
|
|||||||
Reference in New Issue
Block a user