diff --git a/.github/actions/build-tag-release/action.yml b/.github/actions/build-tag-release/action.yml index d8a1271..16caddf 100644 --- a/.github/actions/build-tag-release/action.yml +++ b/.github/actions/build-tag-release/action.yml @@ -111,8 +111,7 @@ runs: -i /azerothcore/modules/mod-eluna/LuaEngine/libs \ -j $(nproc) --enable=warning,error \ - --cppcheck-build-dir=/home/runner/work/${{ github.repository }}/_cppcheck_cache \ - + --cppcheck-build-dir=/home/runner/work/${{ github.repository }}/_cppcheck_cache \ /azerothcore/modules/${{ env.REPO_NAME }} if [ -s report.txt ]; then cat report.txt