From e872d30b3af2a1c403efd82049bbc9324ef798f4 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Wed, 2 Oct 2024 15:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=A4=E5=8E=BB=E5=86=97=E4=BD=99=E9=80=9A?= =?UTF-8?q?=E9=85=8D=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-app.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 70cfaa6..180836e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -78,8 +78,7 @@ jobs: "version=$VERSION" | Out-File -FilePath $env:GITHUB_ENV -Append - name: Create Zip run: | - Compress-Archive -Path dist/AUTO_MAA.exe -DestinationPath AUTO_MAA_${{ env.version }}.zip - Compress-Archive -Path data/**/*,gui/**/*,res/**/*,AUTO_MAA.py,requirements.txt,README.md,LICENSE,更新说明.txt -Update -DestinationPath AUTO_MAA_${{ env.version }}.zip + Compress-Archive -Path data,gui,res,AUTO_MAA.py,dist/AUTO_MAA.exe,requirements.txt,README.md,LICENSE,更新说明.txt -DestinationPath AUTO_MAA_${{ env.version }}.zip - name: Upload Artifact uses: actions/upload-artifact@v4 with: