Compare commits

...

2 Commits

Author SHA1 Message Date
40504e187e Update run.yml 2024-07-30 19:48:03 +08:00
5a8952542e fix: incorrect path while building sing-rule-set 2024-07-30 18:06:35 +08:00

View File

@ -43,10 +43,10 @@ jobs:
repository: v2fly/domain-list-community repository: v2fly/domain-list-community
path: community path: community
- name: Checkout xishang0128/convert - name: Checkout MetaCubeX/meta-rules-converter
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: xishang0128/convert repository: MetaCubeX/meta-rules-converter
path: convert path: convert
- name: Checkout cokebar/gfwlist2dnsmasq - name: Checkout cokebar/gfwlist2dnsmasq
@ -232,7 +232,7 @@ jobs:
mkdir -p sing-rule/geo/geosite && mkdir -p sing-rule/geo/geoip mkdir -p sing-rule/geo/geosite && mkdir -p sing-rule/geo/geoip
cd convert cd convert
go run ./ geosite -f ../custom/publish/geosite.dat -o ../sing-rule/geo/geosite -t sing-box go run ./ geosite -f ../custom/publish/geosite.dat -o ../sing-rule/geo/geosite -t sing-box
go run ./ geoip -f ../geoip.dat -o ../sing-rule/geo/geosite -t sing-box go run ./ geoip -f ../geoip.dat -o ../sing-rule/geo/geoip -t sing-box
- name: Convert geo-lite to sing-rule-set - name: Convert geo-lite to sing-rule-set
env: env: