From e2a5f345805d4a791176ced01d3dd34ab8a4fa99 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Mon, 10 Jun 2024 14:13:33 +0200 Subject: [PATCH] Fix installation script path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9b84d0e..2edaa76 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: if: ${{ inputs.cache == 'true' }} - name: Download and install OpenHarmony SDK id: install_ohos_sdk - run: ./install_ohos_sdk.sh + run: ${{ github.action_path }}/install_ohos_sdk.sh shell: bash if: ${{ inputs.cache != 'true' || steps.cache.outputs.cache-hit != 'true' }} env: