From 90cbb2035f332fcc09a7e6d2b5932e33411cc97d Mon Sep 17 00:00:00 2001 From: Nick Leslie Date: Wed, 27 Mar 2024 15:45:35 -0400 Subject: [PATCH] Updating actions to only run when needed --- .github/workflows/extension.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index a57243f..452e3be 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -129,11 +129,6 @@ jobs: with: name: chrome-extension-artifacts path: artifacts - # Download artifact extracts the zip files. Zip it back up. - - name: Zip Extension - run: | - zip -r extension.zip . - working-directory: artifacts - uses: softprops/action-gh-release@v1 with: files: artifacts/*