We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd716e0 commit 2d0588fCopy full SHA for 2d0588f
.github/workflows/draw-zmk.yml
@@ -171,7 +171,7 @@ jobs:
171
echo "INFO: found $json_path/${keyboard}.json";
172
draw_args+=(-j "$json_path/${keyboard}.json")
173
else
174
- dts_candidates=({,config/}boards/*/*/${keyboard}-layout{,s}.dtsi)
+ dts_candidates=({,*/}boards/*/*/${keyboard}-layout{,s}.dtsi)
175
if [ ${#dts_candidates[@]} -gt 0 ]; then
176
echo "INFO: found ${dts_candidates[0]}";
177
draw_args+=(-d "${dts_candidates[0]}")
0 commit comments