From 461b2a62b0e3491ae2b1306dcaafe187ba21c9c0 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Fri, 6 Sep 2024 22:04:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA?= 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 26830c6..ffffec6 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 "version=$VERSION" >> $GITHUB_OUTPUT + echo "name=AUTO_MAA_$VERSION" >> $GITHUB_OUTPUT - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: AUTO_MAA_${{ steps.read_version.outputs.version }} + name: ${{ steps.read_version.outputs.name }} path: | data/**/* gui/**/*