diff --git a/action.yml b/action.yml index 4bba68e..774edd3 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ outputs: description: "The time this action was run - formatted using `format` and `utcOffset` input" runs: using: "node12" - main: "index.js" + main: "dist/index.js"