Skip to content

Commit

Permalink
revert zip step in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Oct 25, 2022
1 parent 70317f7 commit fc1ed59
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/chrome-store-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
with:
node-version: 16

- name: Install dependencies
run: npm install

- name: Build zip file
run: npm run build
- name: zip
uses: montudor/[email protected]
with:
args: zip -r ./release.zip . -i * -x *.git*

- name: Upload to Chrome Web Store
uses: mobilefirstllc/cws-publish@latest
Expand Down

0 comments on commit fc1ed59

Please sign in to comment.