Tweak the artifact name to include board.

This commit is contained in:
Pete Johanson 2020-06-16 23:03:15 -04:00
parent d1daf0de06
commit a087a466e9
1 changed files with 1 additions and 1 deletions

View File

@ -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