From 9bd5c971c6de31149be798dcac6f6621b8f376a4 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 15 Dec 2020 16:22:30 -0500 Subject: [PATCH] Don't include non signed Firefox extension in release assets --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a5abfdf..732bb64d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,8 +36,6 @@ jobs: with: name: FirefoxExtension path: dist - - name: Zip Artifacts - run: cd ./dist ; zip -r ../builds/FirefoxExtension.zip * # Create Beta artifacts (Builds with the name changed to beta) - name: Create Chrome Beta artifacts @@ -64,13 +62,6 @@ jobs: name: ChromeExtensionBeta.zip path: ./builds/ChromeExtensionBeta.zip repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Upload FirefoxExtension to release - uses: Shopify/upload-to-release@master - with: - args: builds/FirefoxExtension.zip - name: FirefoxExtension.zip - path: ./builds/FirefoxExtension.zip - repo-token: ${{ secrets.GITHUB_TOKEN }} # Firefox Beta - name: Create Firefox Beta artifacts