Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
martelkr committed Jan 2, 2024
1 parent fbe4492 commit 2cc6add
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ jobs:
include directories: inc
path: test
verbose: true

- name: Upload report
uses: actions/upload-artifact@v1
with:
name: report
path: output

0 comments on commit 2cc6add

Please sign in to comment.