Skip to content

Commit

Permalink
no zip no
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic853 committed Aug 16, 2024
1 parent ff720a4 commit a53b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Create ZIP archive
if: steps.read_version.outputs.last_tag != steps.read_version.outputs.current_version
run: |
zip -r ${{ steps.read_version.outputs.name }}-${{ steps.read_version.outputs.current_version }}.zip . -x ".git*" ".github*"
zip -r ${{ steps.read_version.outputs.name }}-${{ steps.read_version.outputs.current_version }}.zip . -x ".git*" ".github*" "Packages*"
- name: Read zip sha256
id: zip
Expand Down

0 comments on commit a53b30e

Please sign in to comment.