From eba265b430db90e3087310fb5420864e1e9af8d3 Mon Sep 17 00:00:00 2001 From: Rob Davis Date: Fri, 3 Feb 2023 14:07:21 +1000 Subject: [PATCH] Removing old zip action --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4eeb7ee..9ce4620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,12 +73,6 @@ jobs: if: matrix.browser == 'chromium' run: crx pack public -o tabby-${{ matrix.browser }}-${{ matrix.build }}.${{ matrix.extension }} - - uses: montudor/action-zip@v1 - name: "Pack Extension" - id: web-ext-build - with: - args: zip -qq -r tabby-${{ matrix.browser }}-${{ matrix.build }}.${{ matrix.extension }} public/build public/images public/index.html public/manifest.json - - name: "Create Release" uses: softprops/action-gh-release@v1 env: