summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-16 23:03:15 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-16 23:03:15 -0400
commita087a466e95565d7d8326f8435ea29baf6219e46 (patch)
tree2a0cb24aa81c908c963998c62b95f0344eacbd7d
parentd1daf0de067773b125e63a72fd0f356df190c42b (diff)
Tweak the artifact name to include board.
-rw-r--r--.github/workflows/build.yml2
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