From 7215ec5c4f3fcbd3537aceb4778b0e119161506e Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Wed, 22 Nov 2023 10:22:53 +0800 Subject: [PATCH] =?UTF-8?q?CI=E6=94=B9=E7=94=A8tar=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=8E=8B=E7=BC=A9zip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pyinstaller-win-shawn.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pyinstaller-win-shawn.yml b/.github/workflows/pyinstaller-win-shawn.yml index 05ef60a47..79e72458e 100644 --- a/.github/workflows/pyinstaller-win-shawn.yml +++ b/.github/workflows/pyinstaller-win-shawn.yml @@ -122,9 +122,7 @@ jobs: - name: create zip working-directory: mower - shell: bash - run: | - zip -r mower.zip mower + run: tar -cvzf mower.zip mower - uses: actions/upload-artifact@v3 with: