diff --git a/.github/workflows/misra.yml b/.github/workflows/misra.yml index d1bfe8f1..8e04d55e 100644 --- a/.github/workflows/misra.yml +++ b/.github/workflows/misra.yml @@ -49,3 +49,10 @@ jobs: label: MISRA Violations color: red message: ${{ env.VIOLATIONS }} + + - name: Archive MISRA scan artifacts + uses: actions/upload-artifact@v3 + with: + name: MISRA results + path: | + $GITHUB_WORKSPACE/misra/.results/results.txt