From ec1f9158bbe884a4daef6489dd2f9969151b4e8e Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Fri, 23 Aug 2024 01:25:16 -0400 Subject: [PATCH] readded back int repo_name targetting --- .github/actions/build-tag-release/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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