From 597fb331a0db87b0f8b602115a5641c4881ff443 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:10:17 +0200 Subject: [PATCH] Update BuildRock5ForOpenHD.yaml --- .github/workflows/BuildRock5ForOpenHD.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/BuildRock5ForOpenHD.yaml b/.github/workflows/BuildRock5ForOpenHD.yaml index f873253abde1b..16ce79c590019 100644 --- a/.github/workflows/BuildRock5ForOpenHD.yaml +++ b/.github/workflows/BuildRock5ForOpenHD.yaml @@ -49,7 +49,9 @@ jobs: # Print fork.conf echo "___Content of fork.conf___" cat linux/.rk3588/fork.conf - mv linux linux/.rk3588 linux/rk3588-ohd + cd linux + mv .rk3588 rk3588-ohd + cd .. # Fetch the latest commit hash from the OpenHD overlays repository COMMITHASH=$(curl -s https://api.github.com/repos/OpenHD/overlays/commits/main | grep '"sha"' | head -n 1 | cut -d '"' -f 4)