Skip to content

Commit 404a019

Browse files
committed
Fix ZIP build excluding manifest.json
1 parent 440a010 commit 404a019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build ZIP
2222
run: |
2323
zip -r debug-helper-${{ steps.version.outputs.version }}.zip . \
24-
-x '.git/*' '.github/*' 'images/*.png' '*.json' '!manifest.json'
24+
-x '.git/*' '.github/*' 'images/*.png' 'debug-report-*.json'
2525
2626
- name: Create versioned release
2727
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)