Skip to content

Commit ce97b73

Browse files
authored
Attach correct release assets (#404)
* Test release * Update ci.yml * Adapting consistency w.r.t namings
1 parent aeff99c commit ce97b73

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,19 @@ jobs:
211211
with:
212212
pattern: test-report
213213

214+
- name: Zip test report
215+
run: zip -r test-report.zip *
216+
working-directory: test-report
217+
218+
- name: Zip test coverage
219+
run: zip -r test-coverage.zip *
220+
working-directory: test-coverage
221+
214222
- name: Attach packages
215223
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
216224
with:
217225
files: |
218226
**/*.vsix
219-
test-report.html
220-
coverage/*
227+
test-coverage/test-coverage.zip
228+
test-report/test-report.zip
221229

0 commit comments

Comments
 (0)