Skip to content

Commit

Permalink
ci: update build-release.yml
Browse files Browse the repository at this point in the history
Need to recurse when building the .zip
  • Loading branch information
bdunderscore authored Oct 8, 2023
1 parent 4401fe1 commit 012e860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Create Zip
run: |
zip ".github/${{env.zipFile}}" ./* -x .github .git '.git/*' '*~/*' '*.ps1*'
zip ".github/${{env.zipFile}}" ./* -r -x .github .git '.git/*' '*~/*' '*.ps1*'
- name: Move zipfile
run: |
Expand Down

0 comments on commit 012e860

Please sign in to comment.