forked from CHIZI-0618/v2ray-rules-dat
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40504e1
commit d5af68f
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,11 +61,6 @@ jobs: | |
go-version: '1.22' | ||
cache-dependency-path: ./custom/go.sum | ||
|
||
- name: Get geoip.dat relative files | ||
run: | | ||
wget https://github.com/Loyalsoldier/geoip/raw/release/geoip.dat | ||
wget https://github.com/Loyalsoldier/geoip/raw/release/geoip.dat.sha256sum | ||
- name: Generate GFWList domains | ||
run: | | ||
cd gfwlist2dnsmasq || exit 1 | ||
|
@@ -278,6 +273,7 @@ jobs: | |
mkdir -p ./publish/ | ||
wget https://raw.githubusercontent.com/xishang0128/geoip/release/Country.mmdb -O ./publish/country-lite.mmdb | ||
wget https://raw.githubusercontent.com/Loyalsoldier/geoip/release/Country.mmdb -O ./publish/country.mmdb | ||
wget https://raw.githubusercontent.com/xishang0128/geoip/release/GeoLite2-ASN.mmdb -O ./publish/GeoLite2-ASN.mmdb | ||
install -Dp ./geoip-lite.dat ./publish/ | ||
install -Dp ./geoip.dat ./publish/ | ||
install -Dp ./custom/publish/geosite.dat ./publish/ | ||
|
@@ -301,6 +297,7 @@ jobs: | |
sha256sum geoip-lite.db > geoip-lite.db.sha256sum | ||
sha256sum geoip.metadb > geoip.metadb.sha256sum | ||
sha256sum geoip-lite.metadb > geoip-lite.metadb.sha256sum | ||
sha256sum GeoLite2-ASN.mmdb > GeoLite2-ASN.mmdb.sha256sum | ||
- name: Delete current release assets | ||
uses: andreaswilli/[email protected] | ||
|