From 8c513753d29bf815b9abcc227e76d91024712ba7 Mon Sep 17 00:00:00 2001 From: DaniloMilenkovic Date: Thu, 14 Nov 2024 11:29:15 +0100 Subject: [PATCH] Update sdkAutomation.yaml --- .github/workflows/sdkAutomation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdkAutomation.yaml b/.github/workflows/sdkAutomation.yaml index dcceb8883..fc14e9fa7 100644 --- a/.github/workflows/sdkAutomation.yaml +++ b/.github/workflows/sdkAutomation.yaml @@ -156,7 +156,7 @@ jobs: echo "Found core value: $CORE" if [[! -d "./${{ github.event.inputs.architecture }}/gcc_clang/delays/$CORE" ]]; then mkdir "./${{ github.event.inputs.architecture }}/gcc_clang/delays/$CORE" - sudo mv './${{ github.event.inputs.architecture }}/gcc_clang/delays/m4/delays.c' ../${{ github.event.inputs.architecture }}/gcc_clang/delays/$CORE/ + sudo mv './${{ github.event.inputs.architecture }}/gcc_clang/delays/m4/delays.c' ./${{ github.event.inputs.architecture }}/gcc_clang/delays/$CORE/ else echo "Core already exists: $CORE" fi