Skip to content

Commit afccc5a

Browse files
fix: correct action entry points to dist/main/index.js
1 parent 860935c commit afccc5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ inputs:
1717

1818
runs:
1919
using: 'node24'
20-
main: 'dist/main.js'
21-
post: 'dist/post.js'
20+
main: 'dist/main/index.js'
21+
post: 'dist/post/index.js'

0 commit comments

Comments
 (0)