From 54bb0ae7a1f557b83948559ba0ba5a879c5605b9 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 2 Feb 2021 17:51:20 -0600 Subject: [PATCH] ci: Name logs --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 08d70aa2..87f02f55 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -83,7 +83,7 @@ jobs: if: failure() uses: actions/upload-artifact@v2 with: - name: logs + name: logs-${{ matrix.tags }}-${{ matrix.profile }}-${{ matrix.nxf_version }} path: | /tmp/pytest_workflow_*/*/.nextflow.log /tmp/pytest_workflow_*/*/log.out