From 78e4a3903dd4f2c11f787774bc3891535d6d9508 Mon Sep 17 00:00:00 2001 From: AOAOSTAR <86001674+aoaostar@users.noreply.github.com> Date: Wed, 5 Oct 2022 16:11:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9C=AA=E6=89=93=E5=8C=85=E9=9A=90=E8=97=8F=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab0c2de..994a760 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,9 +75,9 @@ jobs: - name: Compress run: | - cd toolbox && zip -r ../toolbox.zip * + cd toolbox && zip -r ../toolbox.zip ./ cd ../ - cd toolbox-full && zip -r ../toolbox-full.zip * + cd toolbox-full && zip -r ../toolbox-full.zip ./ - name: Build Changelog id: github_release