Skip to content

Commit 2d0588f

Browse files
committed
ci: Also search module folders for dtsi
1 parent cd716e0 commit 2d0588f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draw-zmk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
echo "INFO: found $json_path/${keyboard}.json";
172172
draw_args+=(-j "$json_path/${keyboard}.json")
173173
else
174-
dts_candidates=({,config/}boards/*/*/${keyboard}-layout{,s}.dtsi)
174+
dts_candidates=({,*/}boards/*/*/${keyboard}-layout{,s}.dtsi)
175175
if [ ${#dts_candidates[@]} -gt 0 ]; then
176176
echo "INFO: found ${dts_candidates[0]}";
177177
draw_args+=(-d "${dts_candidates[0]}")

0 commit comments

Comments
 (0)