diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1c560c..f17ab53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: uses: microsoft/sarif-actions@v0.1 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' }}