From f25513ba5882bc5f5ecbb72a4d07ecf1c2d70f15 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Thu, 26 Mar 2026 16:03:40 +0100 Subject: [PATCH] Cleanup: removed redundant steps from publish job --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 395f7194..cd357416 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -314,20 +314,6 @@ jobs: pattern: unit-test-coverage path: test-coverage - - name: Download test report - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 - with: - pattern: test-report-linux - path: test-report-linux - - - name: Zip test report - run: zip -r test-report.zip * - working-directory: test-report-linux - - - name: Zip test coverage - run: zip -r test-coverage.zip * - working-directory: test-coverage - - name: Attach packages uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: