From f71e90814b7a2c988c3fe40ad2e3328cd4b919e9 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 13 Sep 2024 17:02:49 +0200 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4793f7f..1ce03fc 100644 --- a/action.yml +++ b/action.yml @@ -22,4 +22,4 @@ outputs: description: "The release channel of the installed version." runs: using: "node20" - main: "main.js" + main: "main.mjs"