From 14a45e10b839faa6025fcc636f87adb187441f61 Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Sat, 31 Aug 2024 10:25:09 +0930 Subject: [PATCH] Return non 0 on failure in hope it fails workload --- projects/resources/packaging/lgpt_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/resources/packaging/lgpt_package.sh b/projects/resources/packaging/lgpt_package.sh index 45c1bde6..29a19c30 100755 --- a/projects/resources/packaging/lgpt_package.sh +++ b/projects/resources/packaging/lgpt_package.sh @@ -10,7 +10,7 @@ collect_resources() { #1PLATFORM #2lgpt.*-exe echo "Build for $2!" # Found it else echo "-->file $2 not found<---" - return; + return 1; fi PACKAGE=LGPT-$1-$VERSION.zip echo "-=-=Packaging $PACKAGE=-=-"