mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
fixed curl output bug
This commit is contained in:
parent
3edacd304d
commit
3bd1c362fb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
- name: Get and add gfwlist into geolocation-!cn
|
||||
run: |
|
||||
cd $GOPATH/src/$GEOSITE_REPO/data
|
||||
curl -sSL $GFWLIST_URL &1> gfwlist &2>/dev/null
|
||||
curl -sSL $GFWLIST_URL > gfwlist
|
||||
echo "include:gfwlist" >> geolocation-\!cn
|
||||
|
||||
- name: Get and add chinalist into cn
|
||||
|
Loading…
Reference in New Issue
Block a user