Skip to content

Commit 93cddf5

Browse files
run_script_and_create_release.yml: Upload QC artifact
1 parent fd6d63d commit 93cddf5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/run_script_and_create_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
cd "${{ github.event.repository.name }}/single_subject"
6161
./batch_single_subject.sh
6262
63+
- name: "Upload QC report for easier output verification"
64+
uses: actions/upload-artifact@v4
65+
with:
66+
name: batch_single_subject QC (${{ runner.os }})
67+
path: "~/qc_singleSubj"
68+
6369
- name: "Upload CSV files for easier tutorial updating"
6470
uses: actions/upload-artifact@v4
6571
with:

0 commit comments

Comments
 (0)