mirror of
https://github.com/metowolf/iplist.git
synced 2025-12-16 23:09:55 +08:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user