develop #39

Merged
jiantw83 merged 2 commits from develop into master 2026-03-20 09:23:04 +00:00
Showing only changes of commit 94f0e99392 - Show all commits

View File

@@ -30,6 +30,10 @@ jobs:
run: run:
echo "工作目錄: $(pwd)" && ls -la echo "工作目錄: $(pwd)" && ls -la
workspace: ${{ github.workspace }} workspace: ${{ github.workspace }}
- name: 顯示工作目錄
run:
echo "工作目錄: $(pwd)" && ls -la
workspace: /workspace
- name: 輸出版本號 - name: 輸出版本號
id: version id: version
run: cat VERSION.txt >> $GITHUB_OUTPUT run: cat VERSION.txt >> $GITHUB_OUTPUT