From 6a1f391339df6acbe239b9df9ec9dd6139c452a7 Mon Sep 17 00:00:00 2001 From: "yanlong.wang" Date: Thu, 20 Feb 2025 18:46:23 +0800 Subject: [PATCH] ci: fix mmdb download --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1e19f89..9e70135 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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