feat: 從不同的工作目錄取得版本檔案

This commit is contained in:
Jeffery
2026-03-20 17:20:48 +08:00
parent 3a95e3e96b
commit dfaa8530e1
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ jobs:
uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9
- name: 輸出版本號
id: version
run: cat $GITHUB_WORKSPACE/VERSION.txt >> $GITHUB_OUTPUT
run: cat VERSION.txt >> $GITHUB_OUTPUT
workspace: ${{ github.workspace }}
test:
name: "TEST > 測試專案"
runs-on: docker