From 07e86cb949f8152fdff640ab50ccb66fad1b970b Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Tue, 25 Jun 2024 15:01:12 -0700 Subject: [PATCH] Fix github workflow --- .github/actions/setup-bun/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-bun/action.yml b/.github/actions/setup-bun/action.yml index 998b6475eb..b24a612dae 100644 --- a/.github/actions/setup-bun/action.yml +++ b/.github/actions/setup-bun/action.yml @@ -92,7 +92,7 @@ runs: run: | target="${{ steps.setup.outputs.target }}" release="${{ steps.setup.outputs.release }}" - mkdir -p ${release} + mkdir -p ${target}/${release} unzip ${target}.zip -d ${target} mv ${target}/${target}/* ${target}/${release}/ rm -rf ${target}/${target}