Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Apr 24, 2024
1 parent bf2211d commit 8deba7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codechecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
original-analyser: "cppcheck"
original-analysis-output: "codechecker_results"

- name: Upload CodeChecker report
uses: actions/upload-artifact@v4
with:
path: "${{ steps.codechecker.outputs.result-html-dir }}"
# - name: Upload CodeChecker report
# uses: actions/upload-artifact@v4
# with:
# path: "${{ steps.codechecker.outputs.result-html-dir }}"

# - name: Upload CodeChecker report
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8deba7c

Please sign in to comment.