Skip to content

Commit

Permalink
fix: add recursive flag to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStormwood committed Mar 27, 2024
1 parent b06f39d commit 4177e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: ls

- name: ZIP up the plugin code
run: zip -j ${{ steps.repo-name.outputs.repository-name }}.zip ./*
run: zip -j -r ${{ steps.repo-name.outputs.repository-name }}.zip ./*

- name: Upload Output to Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 4177e9a

Please sign in to comment.