From bb5becf41a67faecac6fac2e6237a60f3087a188 Mon Sep 17 00:00:00 2001 From: Joshua Date: Mon, 2 Mar 2020 16:28:53 +0800 Subject: [PATCH] fix: compiled module --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"