Skip to content

Commit 127e0db

Browse files
committed
Attach release assets from correct path
1 parent d60b17b commit 127e0db

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -249,18 +249,14 @@ jobs:
249249
with:
250250
pattern: test-report-linux
251251

252-
- name: Zip test report
253-
run: zip -r test-report.zip *
254-
working-directory: test-report-linux
255-
256252
- name: Zip test coverage
257253
run: zip -r test-coverage.zip *
258-
working-directory: test-coverage
254+
working-directory: coverage
259255

260256
- name: Attach packages
261257
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
262258
with:
263259
files: |
264260
**/*.vsix
265-
test-coverage/test-coverage.zip
266-
test-report-linux/test-report.zip
261+
coverage/test-coverage.zip
262+
test-report.html

0 commit comments

Comments
 (0)