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}