From fd1eaf9e0caa7bb407a6e1bd2c6db988d87ffb88 Mon Sep 17 00:00:00 2001 From: Simon Dalvai Date: Sat, 13 Apr 2024 01:00:12 +0200 Subject: [PATCH] contiue on error for inport step --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 70b6a27..0eea8ff 100644 --- a/action.yml +++ b/action.yml @@ -85,6 +85,7 @@ runs: - name: Open project once to import assets in editor mode shell: bash + continue-on-error: true # timeout will exit with code 124 run: timeout 25 godot --headless --path ${{ inputs.working-directory }} -e - name: Export