We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762898a commit 9269afaCopy full SHA for 9269afa
1 file changed
.github/workflows/deliver.yml
@@ -20,8 +20,10 @@ jobs:
20
pixi run pkoffee analyze --data-file coffee_productivity.csv --output fitted_models.toml --show-rankings
21
pixi run pkoffee plot --data-file coffee_productivity.csv --models fitted_models.toml --output analysis.png --y-max 7
22
23
- - name: upload the plot
+ - name: upload results
24
uses: actions/upload-artifact@v6
25
with:
26
- name: plot
27
- path: analysis/analysis.png
+ name: results
+ path: |
28
+ analysis/analysis.png
29
+ analysis/fitted_models.toml
0 commit comments