From faa2dcb49efa6c0d7f0897b6878b43e6034379a7 Mon Sep 17 00:00:00 2001 From: Bohdan Shulha Date: Mon, 26 Aug 2024 01:20:05 +0200 Subject: [PATCH] fix: #1 fix main --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5ee4fc3..b8e4016 100644 --- a/action.yml +++ b/action.yml @@ -19,8 +19,7 @@ outputs: description: "The ID of the initiated deployment" runs: using: node20 - main: "index.js" + main: "dist/index.js" branding: icon: 'upload-cloud' color: 'blue' - \ No newline at end of file