ci: fix mmdb download

This commit is contained in:
yanlong.wang 2025-02-20 18:46:23 +08:00
parent 7340028c64
commit 6a1f391339
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -44,7 +44,7 @@ jobs:
- name: npm install
run: npm ci
- name: get maxmind mmdb
run: mkdir -p licensed && curl -o licensed/GeoLite2-City.mmdb https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb
run: mkdir -p licensed && curl -o licensed/GeoLite2-City.mmdb https://raw.githubusercontent.com/P3TERX/GeoLite.mmdb/download/GeoLite2-City.mmdb
- name: build application
run: npm run build
- name: Set package version