From 5e48f073250e73de461b902a76338d822d4e119e Mon Sep 17 00:00:00 2001 From: Dreamacro <305009791@qq.com> Date: Tue, 31 Dec 2019 12:06:04 +0800 Subject: [PATCH] update command --- .github/workflows/bash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bash.yml b/.github/workflows/bash.yml index a4551fc..f673c40 100644 --- a/.github/workflows/bash.yml +++ b/.github/workflows/bash.yml @@ -10,7 +10,7 @@ jobs: env: LICENSE_KEY: ${{ secrets.LICENSE_KEY }} run: | - wget https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=${LICENSE_KEY}&suffix=tar.gz -O ./GeoLite2-Country.tar.gz + wget -O ./GeoLite2-Country.tar.gz "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=${LICENSE_KEY}&suffix=tar.gz" tar zxvf ./GeoLite2-Country.tar.gz -C . mv ./GeoLite2-Country_*/GeoLite2-Country.mmdb ./Country.mmdb