We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e3f30 commit 411442fCopy full SHA for 411442f
1 file changed
.github/workflows/run-dumux-benchmark.yml
@@ -50,9 +50,14 @@ jobs:
50
path: benchmarks/rotating-cylinders/dumux/rotating-cylinders/results
51
retention-days: 5
52
53
- - name: Upload RoCrate artifacts
+ - 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
59
uses: actions/upload-artifact@v4
60
with:
- name: dumux-zip-files
- path: benchmarks/rotating-cylinders/dumux/
- 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