From ff946c0b574ec971b3a3af4cae912376f1155fa5 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 3 Jul 2020 03:36:45 +0200 Subject: [PATCH] Fix entrypoint --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cb105ee..0deba03 100644 --- a/action.yml +++ b/action.yml @@ -23,4 +23,4 @@ inputs: description: 'if true the file can be a glob pattern, asset_name is ignored if this is true' runs: using: 'node12' - main: 'lib/main.js' + main: 'dist/index.js'