mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Fix the string literal.
This commit is contained in:
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"'
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user