From 879596c8f83dc6ac0813ac0f09dfccc5477a796c Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 14 Jul 2022 08:22:01 +0200 Subject: [PATCH] [godot] GH action. --- spine-godot/build/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spine-godot/build/build.sh b/spine-godot/build/build.sh index 14bf7db01..3eebd1aca 100755 --- a/spine-godot/build/build.sh +++ b/spine-godot/build/build.sh @@ -61,7 +61,9 @@ else target="$target vsproj=yes livepp=$LIVEPP" fi scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus - strip bin/godot.x11.opt.tools.64 + if [ -f "bin/godot.x11.opt.tools.64" ]; then + strip bin/godot.x11.opt.tools.64 + fi fi popd