From 2a9b6215bcb96d23e86366a4070b0855691a5b3e Mon Sep 17 00:00:00 2001 From: krau <71133316+krau@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:15:58 +0800 Subject: [PATCH] ci fix --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e1f980..edb2ab1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,9 +30,7 @@ jobs: run: npm run build - name: Archive - uses: montudor/action-zip@v1.0.0 - with: - args: cd build && zip -r ../Gopeed-Chrome-Extension.zip . + run: cd build && zip -r ../Gopeed-Chrome-Extension.zip . - name: Create Release uses: softprops/action-gh-release@v2