Skip to content

Commit

Permalink
ci: upload correct report (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbtf authored Mar 21, 2022
1 parent 5fce371 commit 1c7c954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
if: matrix.technology == 'all' && matrix.rule != 'all -npr'
with:
name: report-rule-${{ matrix.rule }}-${{ matrix.technology }}-${{ matrix.seq_method }}
path: .tests/report.zip
path: .tests/results/patient-reports/2022-01-01.zip

- name: Upload logs
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
# uses: actions/upload-artifact@v2
# with:
# name: report-rule-${{ matrix.rule }}
# path: .tests/report.zip
# path: .tests/results/patient-reports/2022-01-01.zip

- name: Upload logs
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1c7c954

Please sign in to comment.