修复部分语法错误
This commit is contained in:
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@@ -75,11 +75,11 @@ jobs:
|
|||||||
id: read_version
|
id: read_version
|
||||||
run: |
|
run: |
|
||||||
$VERSION=(Get-Content -Path "更新说明.txt" -TotalCount 1).Trim()
|
$VERSION=(Get-Content -Path "更新说明.txt" -TotalCount 1).Trim()
|
||||||
echo "name=AUTO_MAA_$VERSION" >> $GITHUB_OUTPUT
|
"version=$VERSION" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.read_version.outputs.name }}
|
name: AUTO_MAA_$env:version
|
||||||
path: |
|
path: |
|
||||||
data/**/*
|
data/**/*
|
||||||
gui/**/*
|
gui/**/*
|
||||||
|
|||||||
Reference in New Issue
Block a user