diff --git a/.github/actions/build-tag-release/action.yml b/.github/actions/build-tag-release/action.yml index 0025884..dc25fba 100644 --- a/.github/actions/build-tag-release/action.yml +++ b/.github/actions/build-tag-release/action.yml @@ -114,8 +114,8 @@ runs: cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \ -i /azerothcore/modules/mod-eluna/LuaEngine/libs \ -j $(nproc) --enable=warning \ - --cppcheck-build-dir=/home/runner/work/araxiaonline/mod-guildhouse/_cppcheck_cache \ - /azerothcore/modules/mod-guildhouse + --cppcheck-build-dir=/home/runner/work/araxiaonline/${{ env.REPO_NAME }}/_cppcheck_cache \ + /azerothcore/modules/${{ env.REPO_NAME }} if [ -s report.txt ]; then cat report.txt