Skip to content

Commit

Permalink
fix: wrong index dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt committed Jul 29, 2024
1 parent e77a271 commit a41824d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ inputs:
required: false
runs:
using: 'node20'
main: 'dist/main.js'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"setup"
],
"exports": {
".": "./dist/main.js"
".": "./dist/index.js"
},
"main": "./dist/main.js",
"main": "./dist/index.js",
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit a41824d

Please sign in to comment.