CI: always save cppcheck files

This commit is contained in:
SChernykh
2024-12-02 21:46:59 +01:00
parent cf325e0e76
commit ecdaa83669
4 changed files with 8 additions and 4 deletions

View File

@@ -48,12 +48,14 @@ jobs:
./run.sh
- name: Archive full error list
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: errors_full-linux
path: cppcheck/errors_full.txt
- name: Archive checkers report
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: checkers_report-linux
@@ -96,12 +98,14 @@ jobs:
./run.cmd
- name: Archive full error list
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: errors_full-windows
path: cppcheck/errors_full.txt
- name: Archive checkers report
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: checkers_report-windows