nomagick commited on
Commit
6a1f391
·
unverified ·
1 Parent(s): 7340028

ci: fix mmdb download

Browse files
Files changed (1) hide show
  1. .github/workflows/cd.yml +1 -1
.github/workflows/cd.yml CHANGED
@@ -44,7 +44,7 @@ jobs:
44
  - name: npm install
45
  run: npm ci
46
  - name: get maxmind mmdb
47
- run: mkdir -p licensed && curl -o licensed/GeoLite2-City.mmdb https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb
48
  - name: build application
49
  run: npm run build
50
  - name: Set package version
 
44
  - name: npm install
45
  run: npm ci
46
  - name: get maxmind mmdb
47
+ run: mkdir -p licensed && curl -o licensed/GeoLite2-City.mmdb https://raw.githubusercontent.com/P3TERX/GeoLite.mmdb/download/GeoLite2-City.mmdb
48
  - name: build application
49
  run: npm run build
50
  - name: Set package version