From f63edd52146f82393063a3fdebf44b8b38c43a3a Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:09:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 6c97b72..31d3428 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -28,7 +28,7 @@ jobs: uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.8 - name: 輸出版本號 id: version - run: echo VERSION.txt >> $GITHUB_OUTPUT + run: cat VERSION.txt >> $GITHUB_OUTPUT test: name: "TEST > 測試專案" runs-on: docker -- 2.48.1