We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac9317 commit b1c760cCopy full SHA for b1c760c
1 file changed
.github/workflows/ci.yml
@@ -314,20 +314,6 @@ jobs:
314
pattern: unit-test-coverage
315
path: test-coverage
316
317
- - name: Download test report
318
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
319
- with:
320
- pattern: test-report-linux
321
- path: test-report-linux
322
-
323
- - name: Zip test report
324
- run: zip -r test-report.zip *
325
- working-directory: test-report-linux
326
327
- - name: Zip test coverage
328
- run: zip -r test-coverage.zip *
329
- working-directory: test-coverage
330
331
- name: Attach packages
332
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
333
with:
0 commit comments