Actions: set report name.

This commit is contained in:
imi415 2021-07-29 00:21:26 +08:00
parent 4595018f48
commit 1074201973
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 7 additions and 7 deletions

View File

@ -39,14 +39,14 @@ jobs:
run: "codechecker parse -e html ./results -o ./report"
working-directory: "build"
- name: "Save HTML reports to artifact"
uses: "actions/upload-artifact@v2"
with:
name: "static-check-report"
path: "build/report"
retention-days: 30
- name: "Dump report to stderr"
run: "codechecker parse --print-steps ./results"
working-directory: "build"
- name: "Save HTML reports to artifact"
uses: "actions/upload-artifact@v2"
if: ${{ failure() }}
with:
name: "sa-report-${{ env.GITHUB_SHA }}"
path: "build/report"
retention-days: 30