We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440a010 commit 404a019Copy full SHA for 404a019
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build ZIP
22
run: |
23
zip -r debug-helper-${{ steps.version.outputs.version }}.zip . \
24
- -x '.git/*' '.github/*' 'images/*.png' '*.json' '!manifest.json'
+ -x '.git/*' '.github/*' 'images/*.png' 'debug-report-*.json'
25
26
- name: Create versioned release
27
uses: softprops/action-gh-release@v2
0 commit comments