From 3bd1c362fbb9b887bc6d1e15594ca841bdaa3745 Mon Sep 17 00:00:00 2001 From: loyalsoldier Date: Fri, 13 Dec 2019 23:42:49 +0800 Subject: [PATCH] fixed curl output bug --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6802fc4..2e14796 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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