From 089192ceeae3fc79a83f25dddb7c057438434101 Mon Sep 17 00:00:00 2001 From: Tyrelis Date: Mon, 31 Aug 2020 17:11:22 -0600 Subject: [PATCH] Hotfix --- .github/workflows/core-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml index fb9aaea..750c1d7 100644 --- a/.github/workflows/core-build.yml +++ b/.github/workflows/core-build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' - path: 'modules/mod-dynamic-xp' + path: 'modules/mod-account-mounts' - name: Cache uses: actions/cache@v1.1.2 with: @@ -42,4 +42,4 @@ jobs: - name: Dry run run: source ./apps/ci/ci-worldserver-dry-run.sh - name: Check startup errors - run: source ./apps/ci/ci-error-check.sh \ No newline at end of file + run: source ./apps/ci/ci-error-check.sh