From 1ca9df872bc89a400ed3ff5b0742e84adf6da145 Mon Sep 17 00:00:00 2001 From: Guilherme Caponetto <638737+caponetto@users.noreply.github.com> Date: Sun, 11 Apr 2021 16:11:20 -0300 Subject: [PATCH] Fix entrypoint --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cfbf1a4..8d522b2 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: "Less is more - artifact size" description: "Be aware of the increase percentage of your artifact." branding: - icon: 'bar-chart' + icon: 'bar-chart' color: 'green' inputs: released_artifact_name: @@ -15,4 +15,4 @@ inputs: required: true runs: using: "node12" - main: "index.js" + main: "dist/index.js"