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 9304251 commit 86a6bd8
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 "SUBDIRECTORY: ${dirName}"
echo "CLEARED NAME: ${dirName/#extracted_}"
echo "MCU INFO ARRAY ELEMENT: ${mcuInfoArray[i]}"
if [ ${mcuInfoArray[i]} = "MK10DN32VFM5|MK10DX32VFM5" ]; then
if [ ${mcuInfoArray[i]} = *"${dirName/#extracted_}"* ]; then
cd $dirName
cd generatedFiles
Expand Down

0 comments on commit 86a6bd8

Please sign in to comment.