diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c43f55f53..d0aa4103c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,12 +31,11 @@ jobs: python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')" chmod a+x builder ./builder build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DCMAKE_EXPORT_COMPILE_COMMANDS=ON - ls build/aws-c-common - uses: whisperity/codechecker-analysis-action@v1 id: codechecker with: - logfile: ${{ github.workspace }}/compile_commands.json + logfile: ${{ github.workspace }}/build/aws-c-common/compile_commands.json - uses: actions/upload-artifact@v4 with: