From 72b7d71a3c5c8d0422e0ffc273a5d1d0692b4806 Mon Sep 17 00:00:00 2001 From: Yunfan Li <56597220+liyunfan1223@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:11:27 +0800 Subject: [PATCH] Update core-build.yml --- .github/workflows/core-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml index 2d9bd2d7..4b29cbbf 100644 --- a/.github/workflows/core-build.yml +++ b/.github/workflows/core-build.yml @@ -51,12 +51,12 @@ jobs: repository: 'liyunfan1223/azerothcore-wotlk' ref: 'Playerbot' - # - name: Set reusable strings - # # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. - # id: strings - # shell: bash - # run: | - # echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" + - name: Set reusable strings + # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. + id: strings + shell: bash + run: | + echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" - name: Clone Playerbot Module run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbot