From 0aebaeb602c2d3c2e732a4294f06fa6f5619b234 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Wed, 16 Oct 2024 15:37:03 +0200 Subject: [PATCH] Update action-yaml --- action-yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action-yaml b/action-yaml index 702393f..338a8d0 100644 --- a/action-yaml +++ b/action-yaml @@ -10,9 +10,7 @@ outputs: description: "The absolute path to the BeefBuild executable." runs: using: 'node20' - main: 'dist/setup/index.js' - post: 'dist/cache-save/index.js' - post-if: success() + main: 'install.sh' branding: icon: 'code' color: 'yellow' \ No newline at end of file