From 863e4703288e17b06e52c6639cf72407f7012ac7 Mon Sep 17 00:00:00 2001 From: Minimata Date: Wed, 28 Jan 2026 17:10:35 +0100 Subject: [PATCH] more complete godot projet restore --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 33a4607..26f5ec1 100644 --- a/action.yml +++ b/action.yml @@ -87,5 +87,5 @@ runs: run: | cd "${{ inputs.project_dir }}" echo -e "\e[94mStart of the recovery of the project cache ...\e[0m" - $GODOT_BIN --path ./ -e --headless --quit-after 2000 + $GODOT_BIN --path ./ -e --headless --build-solutions --quit --import echo -e "\e[94mProject cache successfully restored.\e[0m"