Skip to content

Commit

Permalink
Update ingestion-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue authored Apr 24, 2024
1 parent 5d96d90 commit 0420f83
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0420f83

Please sign in to comment.