From d64ef447d2f94da6f861b06f89be54d7d5f6a978 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Fri, 6 Sep 2024 22:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ffffec6..d711d1d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -75,11 +75,11 @@ jobs: id: read_version run: | $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 uses: actions/upload-artifact@v4 with: - name: ${{ steps.read_version.outputs.name }} + name: AUTO_MAA_$env:version path: | data/**/* gui/**/*