Skip to content

GeoIP

GeoIP #57

Workflow file for this run

name: GeoIP
on:
schedule:
- cron: '28 13 7 * *'
workflow_dispatch:
jobs:
download:
name: Cache GeoIP database
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Fetch GeoIP from ip2location.
run: ./fetch-geoip.sh
- name: Upload release asset
uses: cb80/pubrel@latest
with:
ref: "refs/tags/monthly"
replace: true
files: IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP