Fix the string literal.
This commit is contained in:
parent
33795b99ca
commit
d1daf0de06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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 a new issue