From b418abbbaccf09236f05147ff76ff39aff1cc7c7 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:26:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=AD=A3=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index eb85c68..c7b0a44 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -27,11 +27,11 @@ jobs: - name: 計算版本號 uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9 - name: 顯示工作目錄 - run: + run: | echo "工作目錄: $(pwd)" && ls -la workspace: ${{ github.workspace }} - name: 顯示工作目錄 - run: + run: | echo "工作目錄: $(pwd)" && ls -la workspace: /workspace - name: 輸出版本號 -- 2.48.1