Skip to content

Commit

Permalink
Try no absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Jan 2, 2025
1 parent 5feaa73 commit 860c776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: microsoft/[email protected]
with:
# Command to be sent to SARIF Multitool
command: merge ${{ github.workspace }}/build/*.c.c.sarif --recurse true --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif
command: merge ./build/*.c.c.sarif --recurse true --output-directory=./build/ --output-file=gcc.sarif

- name: "List dir"
if: ${{ matrix.analysis == 'ON' }}
Expand Down

0 comments on commit 860c776

Please sign in to comment.