Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Jul 16, 2024
1 parent 20c6d8f commit 36f5ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar_cloud_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
# update when https://github.com/actions/upload-artifact/issues/543 is fixed
uses: actions/upload-artifact@v3
with:
name: "compile_commands.json"
path: ${{ env.BUILD_WRAPPER_OUT_DIR }}
name: compile-commands
path: ${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
2 changes: 1 addition & 1 deletion .github/workflows/sonar_cloud_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Download JSON compile commands artifact
uses: actions/download-artifact@v3
with:
name: compile_commands.json
name: compile-commands

- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2
Expand Down

0 comments on commit 36f5ece

Please sign in to comment.