From a62c788499bb61fa2314d81293be1f965ce42806 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sat, 9 Jul 2022 11:21:05 +0300 Subject: [PATCH] fix: fix action entry point --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0608821..4b7dd3f 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,6 @@ inputs: runs: using: 'node16' - main: 'src/main/js/index.js' + main: 'target/index.js' # post: 'dist/cache-save/index.js' # post-if: success()