From d9cf6ef530abd2aedf561dcf5643cc758ecdaf42 Mon Sep 17 00:00:00 2001 From: mocheng <3057647414@qq.com> Date: Thu, 14 Aug 2025 23:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E4=B8=9A=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index b9c977b9..9ca94237 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -57,7 +57,7 @@ jobs: jar_files=$(find "$docker_context" -name "*.jar" -type f) if [ -z "$jar_files" ]; then echo "警告:在 $docker_context 目录中未找到JAR包" - exit 1 + continue fi echo "找到JAR包:" echo "$jar_files"