Skip to content

Commit

Permalink
FIx path
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jun 1, 2024
1 parent b3d3a3b commit a639f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-post-commit-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
run: |
CCC_CXX=clang++ CCC_CC=clang ninja -v -C build LLVMSupport
ls
ls build/
ls analyzer-results/
- name: Upload Results
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
with:
name: analyzer-results
path: 'build/analyzer-results/**/*'
path: 'analyzer-results/**/*'

0 comments on commit a639f36

Please sign in to comment.