From ac85d8b08e7356bbbff1e2acc03bb7152e5c1eb2 Mon Sep 17 00:00:00 2001 From: Kay Hayen Date: Sat, 18 Mar 2023 08:36:57 +0100 Subject: [PATCH] Fix, make "main" branch of Nuitka the default. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d532215..5e689f1 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ description: "Build a stand-alone exe from python scripts using nuitka on Mac/Li inputs: nuitka-version: - default: "1.4.8" + default: "main" description: "Version of nuitka to use" ### Only Required Input ###