From b21b89dc48ebad97dc93541fe0c0ad71ec4ca2d9 Mon Sep 17 00:00:00 2001 From: Peter Kruczkiewicz Date: Tue, 11 Jul 2023 12:12:32 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b06d54d..4648ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,12 +202,12 @@ jobs: with: name: nanopore-test-results-pipline_info-${{ matrix.nxf_ver }} path: results/pipeline_info - - name: Upload iav-subtyping-report.xlsx + - name: Upload nf-flu-subtyping-report.xlsx if: success() uses: actions/upload-artifact@v1.0.0 with: name: nanopore-test-results-subtyping-report-${{ matrix.nxf_ver }} - path: results/iav-subtyping-report.xlsx + path: results/nf-flu-subtyping-report.xlsx - name: Upload multiqc_report.html if: success() uses: actions/upload-artifact@v1.0.0