diff --git a/.github/workflows/update_location_db.yml b/.github/workflows/update_location_db.yml index 26e93edec..7a6f061c1 100644 --- a/.github/workflows/update_location_db.yml +++ b/.github/workflows/update_location_db.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: update run: | - wget --spider "https://www.ip2location.com/download/?token=$DB_TOKEN_SECRET&file=DB9LITEBIN" -O contrib/location/location.db + wget -S "https://www.ip2location.com/download/?token=$DB_TOKEN_SECRET&file=DB9LITEBIN" -O contrib/location/location.db - name: commit run: | ls -la contrib/location/location.db diff --git a/contrib/location/location.db b/contrib/location/location.db index e69de29bb..4036690ad 100644 Binary files a/contrib/location/location.db and b/contrib/location/location.db differ