From e34f51973a88f3fbb675488dce6cc215617321db Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Sun, 31 Dec 2023 23:32:34 +0100 Subject: [PATCH] ci: fix import-resources command --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 7c722e4..77baf67 100644 --- a/Justfile +++ b/Justfile @@ -113,7 +113,7 @@ install-addons: # Workaround from https://github.com/godotengine/godot/pull/68461 # Import game resources import-resources: - timeout 60 just godot --headless --export-pack null /dev/null + timeout 60 just godot --headless --export-pack null /dev/null || true # Updates the game version for export @bump-version: