From 9e0250b973e43787cffc1d39357e4102824ee2c0 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:05:47 +0100 Subject: [PATCH] shorter build paths --- .github/workflows/windows_build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index e7d8b244..26f3dd38 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -25,11 +25,14 @@ jobs: with: repository: 'mod-playerbots/azerothcore-wotlk' ref: 'Playerbot' + path: 'ac' - name: Checkout Playerbot Module uses: actions/checkout@v3 + with: repository: 'mod-playerbots/mod-playerbots' - path: 'modules/mod-playerbots' + #path: 'modules/mod-playerbots' + path: ac/modules/mod-playerbots - name: ccache uses: hendrikmuhs/ccache-action@v1.2.13 - name: Configure OS @@ -40,6 +43,7 @@ jobs: ./acore.sh install-deps - name: Build shell: bash + working-directory: ac run: | export CTOOLS_BUILD=all ./acore.sh compiler build