From 769b198094eef7c408e87ad4829ba925fe23b71a Mon Sep 17 00:00:00 2001 From: krau <71133316+krau@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:44:55 +0800 Subject: [PATCH] ci: remove zip archive extra dir --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b1cccb..3e1f980 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Archive uses: montudor/action-zip@v1.0.0 with: - args: zip -r Gopeed-Chrome-Extension.zip build + args: cd build && zip -r ../Gopeed-Chrome-Extension.zip . - name: Create Release uses: softprops/action-gh-release@v2