修复部分语法错误
This commit is contained in:
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user