Skip to content

Commit

Permalink
ci: fix archive
Browse files Browse the repository at this point in the history
  • Loading branch information
krau committed Jul 19, 2024
1 parent 2788ead commit f752217
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ jobs:
run: npm install

- name: Build
run: npm run build && apt-get update && apt-get install -y zip && zip -r Gopeed-Chrome-Extension.zip build
run: npm run build

- name: Archive
uses: montudor/[email protected]
with:
args: zip -r Gopeed-Chrome-Extension.zip build



- name: Create Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit f752217

Please sign in to comment.