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 0bd93ae commit 0c95c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 ne_110m_admin_0_countries/ne_110m_admin_0_countries.geojson ne_110m_admin_0_countries/ne_110m_admin_0_countries.shp
ogr2ogr -select admin,iso_a3 -f output/world-110m-geo.json ne_110m_admin_0_countries/ne_110m_admin_0_countries.shp
- name: Output file
run: echo "GeoJSON file created:"
Expand Down

0 comments on commit 0c95c24

Please sign in to comment.