feat: 顯示工作目錄的內容

This commit is contained in:
Jeffery
2026-03-20 17:22:20 +08:00
parent dfaa8530e1
commit e382432c7b

View File

@@ -26,6 +26,10 @@ jobs:
steps: steps:
- name: 計算版本號 - name: 計算版本號
uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9 uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9
- name: 顯示工作目錄
run:
echo "工作目錄: $(pwd)" && ls -la
workspace: ${{ github.workspace }}
- name: 輸出版本號 - name: 輸出版本號
id: version id: version
run: cat VERSION.txt >> $GITHUB_OUTPUT run: cat VERSION.txt >> $GITHUB_OUTPUT