Tweak the artifact name to include board.
This commit is contained in:
parent
d1daf0de06
commit
a087a466e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -58,5 +58,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
if: ${{ matrix.board == 'nice_nano' }}
|
||||
with:
|
||||
name: zmk-uf2
|
||||
name: "${{ matrix.board }}-zmk-uf2"
|
||||
path: build/zephyr/zmk.uf2
|
||||
|
|
Loading…
Reference in a new issue