Update core-build.yml

This commit is contained in:
Yunfan Li
2024-03-04 19:11:27 +08:00
committed by GitHub
parent 801d453a3d
commit 72b7d71a3c

View File

@@ -51,12 +51,12 @@ jobs:
repository: 'liyunfan1223/azerothcore-wotlk' repository: 'liyunfan1223/azerothcore-wotlk'
ref: 'Playerbot' ref: 'Playerbot'
# - name: Set reusable strings - 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. # 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 id: strings
# shell: bash shell: bash
# run: | run: |
# echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Clone Playerbot Module - name: Clone Playerbot Module
run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbot run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbot