mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 02:55:34 +08:00
Fix curl URL path
This commit is contained in:
parent
5958c2493c
commit
5af129797e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -41,9 +41,7 @@ jobs:
|
||||
|
||||
- name: Get GeoLite2 file
|
||||
run: |
|
||||
ls -lah
|
||||
curl -L -o GeoLite2-Country-CSV.zip https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip
|
||||
ls -lah
|
||||
curl -L -o GeoLite2-Country-CSV.zip "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip"
|
||||
unzip GeoLite2-Country-CSV.zip
|
||||
rm -f GeoLite2-Country-CSV.zip
|
||||
mv GeoLite2* geoip
|
||||
|
Loading…
Reference in New Issue
Block a user