Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelRioTz committed Apr 15, 2021
1 parent 4c0ac86 commit 1298ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1298ec6

Please sign in to comment.