We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1aa64 commit c89cd61Copy full SHA for c89cd61
.github/workflows/build-qmk.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Copy custom boards
39
run: |
40
- cp custem_keyboards/* keyboards/
+ cp -r custom_keyboards/* keyboards/
41
42
- name: Install QMK CLI
43
0 commit comments