zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.64k stars 2.71k forks source link

Proton-C template won't build #77

Closed elfmimi closed 4 years ago

elfmimi commented 4 years ago

Latest template configuration generated with setup.sh won't get built properly by github actions. This is the step that actually fails.

  - name: Rename zmk.uf2
    run: cp build/zephyr/zmk.uf2 SHIELD_NAME_left_BOARD_NAME.uf2

Because only an elf file is generated in the previous step.

elfmimi commented 4 years ago

this will make it succeed. sed -i s/uf2/elf/g .github/workflows/build.yml