Skip to content

Commit

Permalink
๐Ÿ—๐Ÿ•ธ Fix compile_commands.json path again
Browse files Browse the repository at this point in the history
  • Loading branch information
GHF committed Nov 16, 2023
1 parent 9429ae3 commit 14eeb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: compile_commands.json
path: ${{github.workspace}}/compile_commands.json
path: ${{github.workspace}}/build/compile_commands.json

- name: Build
run: cmake --build ${{github.workspace}}/build --parallel --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 14eeb71

Please sign in to comment.