Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tben authored Jun 21, 2024
1 parent c8e947e commit 60c96e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Convert SHP to GeoJSON
run: |
ogr2ogr -select admin,iso_a3 -f geojson output/world-110m-geo.json ne_110m_admin_0_countries/ne_110m_admin_0_countries.shp
ogr2ogr -select admin,iso_a3 -f geojson ne_110m_admin_0_countries/ne_110m_admin_0_countries.geojson ne_110m_admin_0_countries/ne_110m_admin_0_countries.shp
- name: Output file
run: echo "GeoJSON file created:"
Expand All @@ -38,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: geojson-output
path: output/world-110m-geo.json
path: ne_110m_admin_0_countries/ne_110m_admin_0_countries.geojson

0 comments on commit 60c96e7

Please sign in to comment.