mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 16:05:42 +08:00
commit
dbf7790960
8
.github/workflows/run.yml
vendored
8
.github/workflows/run.yml
vendored
@ -218,8 +218,10 @@ jobs:
|
||||
NO_SKIP: true
|
||||
run: |
|
||||
cd sing-geosite || exit 1
|
||||
cp ../custom/publish/geosite.dat ./
|
||||
go run -v . geosite.dat geosite.db
|
||||
sed -i 's/geosite-v2fly\.db/geosite.db/g' main.go
|
||||
sed -i 's/v2fly\/domain-list-community/xishang0128\/meta-rules-dat/g' main.go
|
||||
sed -i 's/dlc/geosite/g' main.go
|
||||
go run -v .
|
||||
|
||||
- name: Checkout SagerNet/sing-geoip
|
||||
uses: actions/checkout@v3
|
||||
@ -260,6 +262,8 @@ jobs:
|
||||
curl -sSL https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/ChinaMax/ChinaMax_Domain.yaml | sed '/^\s*#/d' > ./publish/cn_domain.yaml
|
||||
curl -sSL https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Proxy/Proxy_Domain.yaml | sed '/^\s*#/d' > ./publish/proxy.yaml
|
||||
cd ./publish || exit 1
|
||||
sha256sum geosite.dat > geosite.dat.sha256sum
|
||||
sha256sum geosite-lite.dat > geositelite.dat.sha256sum
|
||||
|
||||
|
||||
- name: Delete current release assets
|
||||
|
Loading…
Reference in New Issue
Block a user