mirror of https://github.com/zmkfirmware/zmk.git
Fix the string literal.
This commit is contained in:
parent
33795b99ca
commit
d1daf0de06
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=petejohanson_proton_handwire"'
|
args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=petejohanson_proton_handwire"'
|
||||||
- name: Archive Build
|
- name: Archive Build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: ${{ matrix.board == "nice_nano "}}
|
if: ${{ matrix.board == 'nice_nano' }}
|
||||||
with:
|
with:
|
||||||
name: zmk-uf2
|
name: zmk-uf2
|
||||||
path: build/zephyr/zmk.uf2
|
path: build/zephyr/zmk.uf2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue