Skip to content

Commit

Permalink
Update sdkAutomation_noBuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloMilenkovic authored Dec 23, 2024
1 parent e556835 commit 5d1055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdkAutomation_noBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
echo "CLEARED NAME: ${dirName/#extracted_}"
echo "MCU INFO ARRAY ELEMENT: ${mcuInfoArray[i]}"
echo "MATCHING: ${mcuInfoArray[i]/#${dirName/#extracted_}}"
if [ ${mcuInfoArray[i]} != ${mcuInfoArray[i]/#${dirName/#extracted_}} ]; then
if [ ${mcuInfoArray[i]} != ${mcuInfoArray[i]#${dirName/#extracted_}} ]; then
cd $dirName
cd generatedFiles
Expand Down

0 comments on commit 5d1055c

Please sign in to comment.