From a8473b6a04d10624cf80fabd72d1f1e6c7377890 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Sun, 29 Dec 2024 01:55:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E6=97=A0=E6=95=88=E6=95=B4?= =?UTF-8?q?=E5=90=88=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-app.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ecd3bf7..b27dbbf 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -84,11 +84,7 @@ jobs: - name: Create Zip id: create_zip run: | - move resources\icons\AUTO_MAA_Updater.ico .\ Compress-Archive -Path app,resources,main.py,AUTO_MAA.exe,requirements.txt,README.md,LICENSE -DestinationPath AUTO_MAA_${{ env.AUTO_MAA_version }}.zip - del resources\gui\main.ui - del resources\icons\AUTO_MAA.ico - move AUTO_MAA_Updater.ico resources\icons Compress-Archive -Path Updater.exe -DestinationPath Updater_${{ env.updater_version }}.zip - name: Upload Artifact uses: actions/upload-artifact@v4