修复部分语法错误

This commit is contained in:
DLmaster
2024-09-06 19:42:23 +08:00
parent 2606f1e587
commit 6f8be226b0

View File

@@ -70,7 +70,7 @@ jobs:
- name: Read version - name: Read version
id: read_version id: read_version
run: | run: |
VERSION="$(head -n 1 更新说明.txt)" $VERSION=(Get-Content -Path "更新说明.txt" -TotalCount 1).Trim()
echo "::set-output name=version::$VERSION" echo "::set-output name=version::$VERSION"
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4