From 59e382d57f1ae48a5585b35230693d181a3bebd7 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Thu, 30 Mar 2023 23:21:06 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ecb66f3..356b2db 100644 --- a/action.yml +++ b/action.yml @@ -59,4 +59,4 @@ outputs: description: \"yes\" or \"no\", indicating the tag represents a semantic version build. runs: using: "node16" - main: "dist/main.js" + main: "src/main.js"