Skip to content

Commit 5128891

Browse files
author
Ahmad Nassri
committed
build(action): action needs either node_modules or a compiled js file
1 parent 03719b2 commit 5128891

File tree

3 files changed

+70365
-2
lines changed

3 files changed

+70365
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ branding:
66
icon: package
77

88
runs:
9-
using: 'node12'
10-
main: 'index.js'
9+
using: node12
10+
main: dist/index.js

0 commit comments

Comments
 (0)