diff --git a/action.yml b/action.yml index cd7eb1a..38c114a 100644 --- a/action.yml +++ b/action.yml @@ -20,4 +20,4 @@ outputs: description: "The input or contents of path where all ANSI codes have been replaced with HTML color codes." runs: using: "node16" - main: "./index.js" + main: "dist/index.js"