From 4f304eaa20e1fd08c34e373c7f06bd568fba1956 Mon Sep 17 00:00:00 2001 From: hRun Date: Wed, 12 Apr 2023 06:25:34 -0700 Subject: [PATCH] Update GeoLite.yml --- .github/workflows/GeoLite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GeoLite.yml b/.github/workflows/GeoLite.yml index 2a78c89..db3b8ae 100644 --- a/.github/workflows/GeoLite.yml +++ b/.github/workflows/GeoLite.yml @@ -45,9 +45,9 @@ jobs: - name: Copy GeoLite2.csv run: | 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 - 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 echo "TAG_NAME=$(date +"%Y.%m.%d")" >> $GITHUB_ENV