diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0150e41..e1ec055 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -39,6 +39,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./out/gtfs.tgz - asset_name: gtfs.tgz + asset_path: ./out/gtfs.zip + asset_name: gtfs.zip asset_content_type: application/zip \ No newline at end of file diff --git a/package.json b/package.json index 8b7008a..1a5c4bc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "main": "index.js", "scripts": { "start": "node ./src/readme.builder.js", - "geojson": "node ./src/osmToGeojson.js", "gtfs": "node ./src/geojsonToGtfs.js" }, "repository": {