diff --git a/.github/actions/build-tag-release/action.yml b/.github/actions/build-tag-release/action.yml index dc25fba..11b372c 100644 --- a/.github/actions/build-tag-release/action.yml +++ b/.github/actions/build-tag-release/action.yml @@ -112,7 +112,7 @@ runs: shell: bash run: | cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \ - -i /azerothcore/modules/mod-eluna/LuaEngine/libs \ + -i /azerothcore/modules/mod-eluna/src/lualib \ -j $(nproc) --enable=warning \ --cppcheck-build-dir=/home/runner/work/araxiaonline/${{ env.REPO_NAME }}/_cppcheck_cache \ /azerothcore/modules/${{ env.REPO_NAME }}