From e365a0a5ab338cda42c30c6b3f9e26cc388816d9 Mon Sep 17 00:00:00 2001 From: ConfiG Date: Tue, 13 Feb 2024 11:25:59 +0300 Subject: [PATCH] uh oh --- combine/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combine/action.yml b/combine/action.yml index 6487f23..bf5a239 100644 --- a/combine/action.yml +++ b/combine/action.yml @@ -33,7 +33,7 @@ runs: - name: Setup CLI shell: bash run: | - 7z x "cli/*-${{ matrix.config.cli_id }}.zip" -ocli + 7z x "${{ github.action_path }}/cli/*-${{ matrix.config.cli_id }}.zip" -ocli echo "${{ github.action_path }}/cli" >> $GITHUB_PATH if [ ${{ steps.platform.outputs.id }} != "win" ]; then