From 20d104ab9bec40dbc592dddd1cacb9f2f228af75 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:11:41 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=B0=87=E7=89=88=E6=9C=AC=E6=AA=94?= =?UTF-8?q?=E6=A1=88=E6=94=BE=E5=88=B0=E5=85=B1=E7=94=A8=E8=B3=87=E6=96=99?= =?UTF-8?q?=E5=A4=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index afe41b1..42f5598 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -71,4 +71,4 @@ PATCH=$((PATCH + 1)) NEW_VERSION="$MAJOR.$MINOR.$PATCH" && echo "NEW_VERSION=$NEW_VERSION" # 將版本輸出到環境變數 -echo "version=$NEW_VERSION" > VERSION.txt \ No newline at end of file +echo "version=$NEW_VERSION" > "$GITHUB_WORKSPACE/VERSION.txt" \ No newline at end of file