Fix the string literal.

This commit is contained in:
Pete Johanson 2020-06-16 22:59:20 -04:00
parent 33795b99ca
commit d1daf0de06
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=petejohanson_proton_handwire"'
- name: Archive Build
uses: actions/upload-artifact@v2
if: ${{ matrix.board == "nice_nano "}}
if: ${{ matrix.board == 'nice_nano' }}
with:
name: zmk-uf2
path: build/zephyr/zmk.uf2