Skip to content

Commit

Permalink
ci: remove zip archive extra dir
Browse files Browse the repository at this point in the history
  • Loading branch information
krau committed Jul 22, 2024
1 parent 82ddef9 commit 769b198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Archive
uses: montudor/action-zip@v1.0.0
with:
args: zip -r Gopeed-Chrome-Extension.zip build
args: cd build && zip -r ../Gopeed-Chrome-Extension.zip .

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

0 comments on commit 769b198

Please sign in to comment.