diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 22:59:20 -0400 | 
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 22:59:20 -0400 | 
| commit | d1daf0de067773b125e63a72fd0f356df190c42b (patch) | |
| tree | da39fa29f7c549ed015f9e76f3a19cae34dafa94 /.github/workflows/build.yml | |
| parent | 33795b99ca9ba2370a26a13784bd453fb5d9a558 (diff) | |
Fix the string literal.
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f2b0cc..f55d6b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 | 
