Skip to content

Commit

Permalink
Update sdkAutomation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloMilenkovic authored Nov 14, 2024
1 parent 0a0c787 commit 8c51375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdkAutomation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c51375

Please sign in to comment.