Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-artemkin committed Dec 5, 2023
1 parent 522115e commit 3857995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "Downloading .tar.gz with database."
curl -o geoLite2City.tar.gz --url "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=$MAXMIND_LICENSE_KEY&suffix=tar.gz" || exit 1
ls -la
echo "Untaring database"
tar -xzvf geoLite2City.tar.gz || exit 1
ls -la
Expand Down

0 comments on commit 3857995

Please sign in to comment.