fixed path chaos

This commit is contained in:
loyalsoldier 2019-12-13 23:36:57 +08:00
parent c1deccb2fd
commit 3edacd304d

View File

@ -47,7 +47,7 @@ jobs:
- name: Download geosite project - name: Download geosite project
run: | run: |
go get -d -v -insecure $GEOSITE_REPO go get -u -v -insecure $GEOSITE_REPO
- name: Get and add gfwlist into geolocation-!cn - name: Get and add gfwlist into geolocation-!cn
run: | run: |
@ -63,9 +63,8 @@ jobs:
- name: Build geosite.dat file - name: Build geosite.dat file
run: | run: |
cd $GOPATH/src/$GEOSITE_REPO domain-list-community
go run main.go mv ./dlc.dat ./publish/geosite.dat
mv dlc.dat ./publish/geosite.dat
- name: List above process results - name: List above process results
run: | run: |