From d5ab859b685f1673b510fe6a2d9da2db69684186 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Wed, 16 Oct 2024 20:01:37 +0200 Subject: [PATCH] Update action.yaml --- action.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 8a09338..442fd6a 100644 --- a/action.yaml +++ b/action.yaml @@ -9,8 +9,10 @@ outputs: beef-path: description: "The absolute path to the BeefBuild executable." runs: - using: 'node20' - main: './install.sh' + using: 'composite' + steps: + - run: ./install.sh + shell: bash branding: icon: 'code' color: 'yellow' \ No newline at end of file