ci: Fix artifact path

Had to change it for singularity
This commit is contained in:
Edmund Miller 2021-02-04 08:45:34 -06:00
parent 08d8443510
commit 05c09429a3
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -88,6 +88,6 @@ jobs:
with:
name: logs-${{ matrix.tags }}-${{ matrix.profile }}-${{ matrix.nxf_version }}
path: |
/tmp/pytest_workflow_*/*/.nextflow.log
/tmp/pytest_workflow_*/*/log.out
/tmp/pytest_workflow_*/*/log.err
/home/runner/pytest_workflow_*/*/.nextflow.log
/home/runner/pytest_workflow_*/*/log.out
/home/runner/pytest_workflow_*/*/log.err