We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6b3fc commit f572a07Copy full SHA for f572a07
1 file changed
.github/workflows/deploy.yml
@@ -21,13 +21,13 @@ jobs:
21
- name: Download Coverage Reports
22
uses: actions/download-artifact@v4
23
with:
24
- name: coverage-reports
+ name: Code-Coverage-Report
25
path: ${{ env.COVERAGE_OUTPUT_DIR }}
26
27
- name: Download Doc Output
28
29
30
- name: doc-output
+ name: documentation
31
path: ${{ env.DOC_OUTPUT_DIR }}
32
33
- name: Merge Coverage and Doc files
0 commit comments