From 98b17f8e1bef69da4a4c45898d8c2a6a50f86c46 Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Sat, 16 Jan 2021 10:15:50 +0100 Subject: [PATCH] fix(action.yml): output file now correct path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7badb88..b8ff01b 100644 --- a/action.yml +++ b/action.yml @@ -6,4 +6,4 @@ inputs: default: ${{ github.token }} runs: using: 'node12' - main: 'dist/index.js' + main: 'index.js'