mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +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
|
- name: Get and add gfwlist into geolocation-!cn
|
||||||
run: |
|
run: |
|
||||||
cd $GOPATH/src/$GEOSITE_REPO/data
|
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
|
echo "include:gfwlist" >> geolocation-\!cn
|
||||||
|
|
||||||
- name: Get and add chinalist into cn
|
- name: Get and add chinalist into cn
|
||||||
|
Loading…
Reference in New Issue
Block a user