chore: fix gh action
parent
b041b6c702
commit
45b14abda5
|
@ -36,25 +36,25 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: haunt98_qmk_keymaps
|
path: haunt98_qmk_keymaps
|
||||||
- name: Copy keymaps
|
- name: Copy keymaps
|
||||||
run:
|
run: |
|
||||||
- cp -rf haunt98_qmk_keymaps/dztech_dz60rgb_wkl/keymaps/haunt98 keyboards/dztech/dz60rgb_wkl/keymaps/
|
cp -rf haunt98_qmk_keymaps/dztech_dz60rgb_wkl/keymaps/haunt98 keyboards/dztech/dz60rgb_wkl/keymaps/
|
||||||
- cp -rf haunt98_qmk_keymaps/creatkeebs_thera/keymaps/haunt98 keyboards/creatkeebs/thera/keymaps/
|
cp -rf haunt98_qmk_keymaps/creatkeebs_thera/keymaps/haunt98 keyboards/creatkeebs/thera/keymaps/
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run:
|
run: |
|
||||||
- qmk lint -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
|
qmk lint -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
|
||||||
- qmk lint -kb creatkeebs/thera -km haunt98
|
qmk lint -kb creatkeebs/thera -km haunt98
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
run:
|
run: |
|
||||||
- qmk compile -j 8 -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
|
qmk compile -j 8 -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
|
||||||
- qmk compile -j 8 -kb creatkeebs/thera -km haunt98
|
qmk compile -j 8 -kb creatkeebs/thera -km haunt98
|
||||||
- name: Convert keymaps JSON
|
- name: Convert keymaps JSON
|
||||||
run:
|
run: |
|
||||||
- qmk c2json -kb dztech/dz60rgb_wkl/v2_1 -km haunt98 -o dztech_dz60rgb_wkl_haunt98_keymap.json haunt98_qmk_keymaps/dztech_dz60rgb_wkl/keymaps/haunt98/keymap.c
|
qmk c2json -kb dztech/dz60rgb_wkl/v2_1 -km haunt98 -o dztech_dz60rgb_wkl_haunt98_keymap.json haunt98_qmk_keymaps/dztech_dz60rgb_wkl/keymaps/haunt98/keymap.c
|
||||||
- qmk c2json -kb creatkeebs/thera -km haunt98 -o creatkeebs_thera_haunt98_keymap.json haunt98_qmk_keymaps/creatkeebs_thera/keymaps/haunt98/keymap.c
|
qmk c2json -kb creatkeebs/thera -km haunt98 -o creatkeebs_thera_haunt98_keymap.json haunt98_qmk_keymaps/creatkeebs_thera/keymaps/haunt98/keymap.c
|
||||||
- name: Extra
|
- name: Extra
|
||||||
run:
|
run: |
|
||||||
- qmk info -m -l -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
|
qmk info -m -l -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
|
||||||
- qmk info -m -l -kb creatkeebs/thera -km haunt98
|
qmk info -m -l -kb creatkeebs/thera -km haunt98
|
||||||
- name: Archive firmware
|
- name: Archive firmware
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue