We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c606f1 commit 18057d3Copy full SHA for 18057d3
.github/workflows/geoip.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
download:
10
- name: Download GeoIP database
+ name: Cache GeoIP database
11
runs-on: ubuntu-20.04
12
13
steps:
@@ -17,12 +17,6 @@ jobs:
17
- name: Fetch GeoIP from ip2location.
18
run: ./fetch-geoip.sh
19
20
- upload:
21
- name: Upload GeoIP database
22
- runs-on: ubuntu-20.04
23
- needs: download
24
-
25
- steps:
26
- name: Upload Release Asset
27
id: upload-release-asset
28
uses: actions/upload-release-asset@v1
0 commit comments