修复部分语法错误

This commit is contained in:
DLmaster
2024-09-06 19:37:17 +08:00
parent 4d1fd7ea76
commit 2606f1e587

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="$(head -n 1 更新说明.txt)"
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