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 534fe13 commit 4263c28
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/codechecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- name: Generate compile_commands.json
run: opam exec -- dune rules | opam exec -- dune-compiledb

- name: Upload compile commands json
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/cmds.json

- name: Fixup paths
run: |
Expand All @@ -59,15 +64,10 @@ jobs:
with:
path: "${{ steps.codechecker.outputs.result-html-dir }}"

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

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

# - name: Upload SARIF report
# uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 4263c28

Please sign in to comment.