Skip to content

Commit 411442f

Browse files
committed
Upload as zip
1 parent f2e3f30 commit 411442f

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/run-dumux-benchmark.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,14 @@ jobs:
5050
path: benchmarks/rotating-cylinders/dumux/rotating-cylinders/results
5151
retention-days: 5
5252

53-
- name: Upload RoCrate artifacts
53+
- name: Archive all outputs (including .snakemake)
54+
run: |
55+
cd benchmarks/rotating-cylinders/dumux
56+
tar -czf dumux-run-artifacts.tar.gz .
57+
58+
- name: Upload full run artifacts
5459
uses: actions/upload-artifact@v4
5560
with:
56-
name: dumux-zip-files
57-
path: benchmarks/rotating-cylinders/dumux/
58-
retention-days: 5
61+
name: dumux-full-run
62+
path: benchmarks/rotating-cylinders/dumux/dumux-run-artifacts.tar.gz
63+
retention-days: 5

0 commit comments

Comments
 (0)