From c312ae79715a2a20655b7928ce22e404ee06e688 Mon Sep 17 00:00:00 2001 From: olemorud Date: Tue, 14 Mar 2023 15:21:46 +0100 Subject: [PATCH] [feat] Update action.yml to use dist/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 86bcd6d..a96d57e 100644 --- a/action.yml +++ b/action.yml @@ -16,4 +16,4 @@ inputs: runs: using: 'node16' - main: 'src/index.js' \ No newline at end of file + main: 'dist/index.js' \ No newline at end of file