mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 16:05:42 +08:00
fixed path chaos
This commit is contained in:
parent
c1deccb2fd
commit
3edacd304d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user