File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def main() -> None:
9090 parser .add_argument ("--iana-zip-url" , required = True , help = "IANA zip URL" )
9191 parser .add_argument ("--out-cn" , required = True , help = "Output geo-cn.dat path" )
9292 parser .add_argument ("--out-geoip" , required = True , help = "Output bgp-geoip.dat path" )
93- parser .add_argument ("--out-iana" , required = True , help = "Output iana-geoip.bin path" )
93+ parser .add_argument ("--out-iana" , required = True , help = "Output iana-geoip.dat path" )
9494 args = parser .parse_args ()
9595
9696 _build_cn (Path (args .out_cn ), args .cn_url )
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 --iana-zip-url "https://github.com/HotCakeX/Official-IANA-IP-blocks/archive/refs/heads/main.zip" \
245245 --out-cn dist/geo-cn.dat \
246246 --out-geoip dist/bgp-geoip.dat \
247- --out-iana dist/iana-geoip.bin
247+ --out-iana dist/iana-geoip.dat
248248
249249 - name : Publish latest release
250250 uses : softprops/action-gh-release@v2
@@ -256,7 +256,7 @@ jobs:
256256 dist/*.whl
257257 dist/geo-cn.dat
258258 dist/bgp-geoip.dat
259- dist/iana-geoip.bin
259+ dist/iana-geoip.dat
260260
261261 cron_release :
262262 runs-on : ubuntu-latest
@@ -298,7 +298,7 @@ jobs:
298298 --iana-zip-url "https://github.com/HotCakeX/Official-IANA-IP-blocks/archive/refs/heads/main.zip" \
299299 --out-cn dist/geo-cn.dat \
300300 --out-geoip dist/bgp-geoip.dat \
301- --out-iana dist/iana-geoip.bin
301+ --out-iana dist/iana-geoip.dat
302302
303303 - name : Set release tag
304304 run : echo "CRON_TAG=cron-$(date -u +%Y%m%d)" >> $GITHUB_ENV
@@ -311,7 +311,7 @@ jobs:
311311 files : |
312312 dist/geo-cn.dat
313313 dist/bgp-geoip.dat
314- dist/iana-geoip.bin
314+ dist/iana-geoip.dat
315315
316316 - name : Cleanup old cron releases
317317 uses : actions/github-script@v7
You can’t perform that action at this time.
0 commit comments