From 0420f83c6c8d1e5ad2b905bc8fd3ba105ef94d33 Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Wed, 24 Apr 2024 09:15:13 +0100 Subject: [PATCH] Update ingestion-ci.yml --- .github/workflows/ingestion-ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ingestion-ci.yml b/.github/workflows/ingestion-ci.yml index dd5e7ae7..7ae3e363 100644 --- a/.github/workflows/ingestion-ci.yml +++ b/.github/workflows/ingestion-ci.yml @@ -105,8 +105,14 @@ jobs: if: env.debug == 'true' run: tree teaseq - - uses: actions/upload-artifact@v4 + - name: Upload artifact teaseq_unfilt.h5mu + uses: actions/upload-artifact@v4 with: name: teaseq_unfilt.h5mu path: teaseq/ingest/teaseq_unfilt.h5mu - retention-days: 1 + + - name: Upload artifact pipeline.log + uses: actions/upload-artifact@v4 + with: + name: pipeline.log + path: teaseq/ingest/pipeline.log