From 3edacd304dc8f91ca5b51e22ede31a7bf0a08e07 Mon Sep 17 00:00:00 2001 From: loyalsoldier Date: Fri, 13 Dec 2019 23:36:57 +0800 Subject: [PATCH] fixed path chaos --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8ae324..6802fc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Download geosite project run: | - go get -d -v -insecure $GEOSITE_REPO + go get -u -v -insecure $GEOSITE_REPO - name: Get and add gfwlist into geolocation-!cn run: | @@ -63,9 +63,8 @@ jobs: - name: Build geosite.dat file run: | - cd $GOPATH/src/$GEOSITE_REPO - go run main.go - mv dlc.dat ./publish/geosite.dat + domain-list-community + mv ./dlc.dat ./publish/geosite.dat - name: List above process results run: |