mirror of
https://github.com/P3TERX/GeoLite.mmdb.git
synced 2026-09-05 23:05:48 +08:00
Update GeoLite.yml
This commit is contained in:
parent
4d4081ba47
commit
4f304eaa20
4
.github/workflows/GeoLite.yml
vendored
4
.github/workflows/GeoLite.yml
vendored
@ -45,9 +45,9 @@ jobs:
|
|||||||
- name: Copy GeoLite2.csv
|
- name: Copy GeoLite2.csv
|
||||||
run: |
|
run: |
|
||||||
cp -v GeoLite*/*.csv upload
|
cp -v GeoLite*/*.csv upload
|
||||||
split -l 650000 -d upload/GeoLite2-City-Blocks-IPv4.csv upload/GeoLite2-City-Blocks-IPv4.csv.
|
split -l 650000 -d --additional-suffix .csv upload/GeoLite2-City-Blocks-IPv4.csv upload/GeoLite2-City-Blocks-IPv4.csv.
|
||||||
rm upload/GeoLite2-City-Blocks-IPv4.csv
|
rm upload/GeoLite2-City-Blocks-IPv4.csv
|
||||||
split -l 650000 -d upload/GeoLite2-City-Blocks-IPv6.csv upload/GeoLite2-City-Blocks-IPv6.csv.
|
split -l 650000 -d --additional-suffix .csv upload/GeoLite2-City-Blocks-IPv6.csv upload/GeoLite2-City-Blocks-IPv6.csv.
|
||||||
rm upload/GeoLite2-City-Blocks-IPv6.csv
|
rm upload/GeoLite2-City-Blocks-IPv6.csv
|
||||||
echo "TAG_NAME=$(date +"%Y.%m.%d")" >> $GITHUB_ENV
|
echo "TAG_NAME=$(date +"%Y.%m.%d")" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user