Skip to content

Commit

Permalink
Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Feb 18, 2020
1 parent c73a541 commit 59e976d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ inputs:
default: 'github-action-artifacts'
runs:
using: 'node12'
main: 'src/index.js'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"description": "",
"main": "src/index.js",
"main": "dist/index.js",
"scripts": {
"compile": "ncc build src/index.ts -o dist",
"build": "tsc -p .",
Expand Down

0 comments on commit 59e976d

Please sign in to comment.