From e382432c7b5f0e7db717e5755ca5b1612a988d64 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:22:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E9=A1=AF=E7=A4=BA=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E7=9B=AE=E9=8C=84=E7=9A=84=E5=85=A7=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 71d8e6b..9391ef9 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -26,6 +26,10 @@ jobs: steps: - name: 計算版本號 uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9 + - name: 顯示工作目錄 + run: + echo "工作目錄: $(pwd)" && ls -la + workspace: ${{ github.workspace }} - name: 輸出版本號 id: version run: cat VERSION.txt >> $GITHUB_OUTPUT From 94f0e99392f4373ca7daab0f81a19ab4d77e6310 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:22:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E9=A1=AF=E7=A4=BA=E5=8F=A6?= =?UTF-8?q?=E4=B8=80=E5=80=8B=E5=B7=A5=E4=BD=9C=E7=9B=AE=E9=8C=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 9391ef9..eb85c68 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -30,6 +30,10 @@ jobs: run: echo "工作目錄: $(pwd)" && ls -la workspace: ${{ github.workspace }} + - name: 顯示工作目錄 + run: + echo "工作目錄: $(pwd)" && ls -la + workspace: /workspace - name: 輸出版本號 id: version run: cat VERSION.txt >> $GITHUB_OUTPUT