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"