From c376f9cd4aae34385681b391f0b98d07c6466e4d Mon Sep 17 00:00:00 2001 From: METO Date: Wed, 27 Nov 2024 13:28:08 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b861fe1..960f98dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,9 +29,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd ./data - cp ../build/data/cncity/* ./data/cncity/ - cp ../build/data/country/* ./data/country/ - cp ../build/data/special/* ./data/special/ + cp -r ../build/data/cncity/* ./data/cncity/ + cp -r ../build/data/country/* ./data/country/ + cp -r ../build/data/special/* ./data/special/ if [ -z "$(git status --porcelain)" ]; then echo "No changes to the output on this push; exiting."