Skip to content

Commit 18057d3

Browse files
authored
Seems to be done on different file systems.
1 parent 2c606f1 commit 18057d3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/geoip.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
download:
10-
name: Download GeoIP database
10+
name: Cache GeoIP database
1111
runs-on: ubuntu-20.04
1212

1313
steps:
@@ -17,12 +17,6 @@ jobs:
1717
- name: Fetch GeoIP from ip2location.
1818
run: ./fetch-geoip.sh
1919

20-
upload:
21-
name: Upload GeoIP database
22-
runs-on: ubuntu-20.04
23-
needs: download
24-
25-
steps:
2620
- name: Upload Release Asset
2721
id: upload-release-asset
2822
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)