Skip to content

Commit

Permalink
Merge pull request #53 from sekigon-gonnoc/Build-firmware-for-keyboar…
Browse files Browse the repository at this point in the history
…d-quantizer-b-by-github-actions

Update build_bmp_default.yml
  • Loading branch information
sekigon-gonnoc authored Feb 13, 2023
2 parents 1edb40c + b07e2e5 commit 709de11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_bmp_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
run: pip3 install -r requirements.txt

# Runs a single command using the runners shell
- name: Build firmware
- name: Build ble_micro_pro firmware
run: make ble_micro_pro:default:uf2

- name: Build keyboard_quantizer_b firmware
run: make keyboard_quantizer/kqb:default:uf2

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 709de11

Please sign in to comment.