Skip to content

Commit 18fde6d

Browse files
committed
fix
1 parent e721599 commit 18fde6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
# If file is in a src directory, find all sketches in the parent/examples directory
129129
echo "Library src file found: $file"
130130
lib=$(dirname $(dirname $file))
131-
lib_sketches+=$(find $lib/examples -name *.ino)
131+
lib_sketches=$(find $lib/examples -name *.ino)
132132
sketches+="$lib_sketches "
133133
echo "Library sketches: $lib_sketches"
134134
else

0 commit comments

Comments
 (0)