From 197f2f1d6f05f08584ab48ea4e553dc83428535f Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Wed, 16 Oct 2024 15:51:46 +0200 Subject: [PATCH] Update action-yaml --- action-yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-yaml b/action-yaml index 338a8d0..8a09338 100644 --- a/action-yaml +++ b/action-yaml @@ -10,7 +10,7 @@ outputs: description: "The absolute path to the BeefBuild executable." runs: using: 'node20' - main: 'install.sh' + main: './install.sh' branding: icon: 'code' color: 'yellow' \ No newline at end of file