Skip to content

Commit 9269afa

Browse files
committed
upload results
1 parent 762898a commit 9269afa

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/deliver.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
pixi run pkoffee analyze --data-file coffee_productivity.csv --output fitted_models.toml --show-rankings
2121
pixi run pkoffee plot --data-file coffee_productivity.csv --models fitted_models.toml --output analysis.png --y-max 7
2222
23-
- name: upload the plot
23+
- name: upload results
2424
uses: actions/upload-artifact@v6
2525
with:
26-
name: plot
27-
path: analysis/analysis.png
26+
name: results
27+
path: |
28+
analysis/analysis.png
29+
analysis/fitted_models.toml

0 commit comments

Comments
 (0)