Skip to content

Commit

Permalink
Fix installation script path
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Jun 10, 2024
1 parent b37afda commit e2a5f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2a5f34

Please sign in to comment.