From c0581e781c279fc1829f11f7576b4976483beb12 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Thu, 24 Oct 2024 20:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=96=B0=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 08b89ca..8337200 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -78,7 +78,7 @@ jobs: "version=$VERSION" | Out-File -FilePath $env:GITHUB_ENV -Append - name: Create Zip run: | - 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 + Compress-Archive -Path 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: