From 3a95e3e96b51bbb569813f424b61f2001c167725 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:13:34 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=BE=9E=E5=85=B1=E7=94=A8=E8=B3=87?= =?UTF-8?q?=E6=96=99=E5=A4=BE=E8=AE=80=E5=8F=96=E7=89=88=E6=9C=AC=E6=AA=94?= =?UTF-8?q?=E6=A1=88?= 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 b0897b7..e590631 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.9 - name: 輸出版本號 id: version - run: cat VERSION.txt >> $GITHUB_OUTPUT + run: cat $GITHUB_WORKSPACE/VERSION.txt >> $GITHUB_OUTPUT test: name: "TEST > 測試專案" runs-on: docker