Skip to content

Commit

Permalink
Update html path output
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Nov 16, 2023
1 parent bfc3a90 commit bfa2dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cosmic-ray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
- name: Save HTML output
run: |
pipenv run cr-html cosmic-ray.sqlite > html/cosmic-ray-report-${{ matrix.mutation-package-under-test }}.html
pipenv run cr-html cosmic-ray.sqlite > cosmic-ray-report-${{ matrix.mutation-package-under-test }}.html
- uses: actions/upload-artifact@v3
with:
name: cosmic-ray-report-${{ matrix.mutation-package-under-test }}
path: html/
path: cosmic-ray-report-${{ matrix.mutation-package-under-test }}.html

0 comments on commit bfa2dcd

Please sign in to comment.