Skip to content

Commit b1c760c

Browse files
authored
Cleanup: removed redundant steps from publish job
1 parent 2ac9317 commit b1c760c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -314,20 +314,6 @@ jobs:
314314
pattern: unit-test-coverage
315315
path: test-coverage
316316

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-
331317
- name: Attach packages
332318
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
333319
with:

0 commit comments

Comments
 (0)