Skip to content

Commit

Permalink
Removing old zip action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Davis committed Feb 3, 2023
1 parent 69e7b28 commit eba265b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eba265b

Please sign in to comment.