From 94d8ca89bbe5a0645267c73f18fdd4c045d9aac2 Mon Sep 17 00:00:00 2001 From: Terry Zhuo Date: Fri, 10 May 2024 02:40:39 +1000 Subject: [PATCH] fix: fix the bash script for workflows --- script/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/run.sh b/script/run.sh index 74035f56..4e644269 100644 --- a/script/run.sh +++ b/script/run.sh @@ -35,3 +35,4 @@ for name in "${NAMES[@]}"; do exit 1 fi done +done \ No newline at end of file