Skip to content

Commit c78b8a5

Browse files
author
dtyagi
committed
corrected the artefacts storage
1 parent 5398cee commit c78b8a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
--reporter metadata4ing \
5454
--report-metadata4ing-paramscript parameter_extractor.py \
5555
--report-metadata4ing-filename metadata4ing_provenance
56+
unzip metadata4ing_provenance -d reporter_data
5657
5758
- name: run_linear-elastic-plate-with-hole-benchmarks_nextflow
5859
shell: bash -l {0}
@@ -65,7 +66,7 @@ jobs:
6566
with:
6667
name: snakemake_results_linear-elastic-plate-with-hole
6768
path: |
68-
benchmarks/linear-elastic-plate-with-hole/metadata4ing_provenance.zip
69+
benchmarks/linear-elastic-plate-with-hole/reporter_data/
6970
7071
- name: Archive Linear Elastic plate with a hole benchmark data for nextflow
7172
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)