修复部分语法错误

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
id: read_version
run: |
VERSION=$(head -n 1 更新说明.txt)
VERSION="$(head -n 1 更新说明.txt)"
echo "::set-output name=version::$VERSION"
- name: Upload Artifact
uses: actions/upload-artifact@v4