diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 23:03:15 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 23:03:15 -0400 |
commit | a087a466e95565d7d8326f8435ea29baf6219e46 (patch) | |
tree | 2a0cb24aa81c908c963998c62b95f0344eacbd7d | |
parent | d1daf0de067773b125e63a72fd0f356df190c42b (diff) |
Tweak the artifact name to include board.
-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 f55d6b1..7b2aa0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |