diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-30 12:24:26 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-30 12:24:26 -0400 |
commit | 03ddcf0695a9862169befa48037db7c2ff53adaf (patch) | |
tree | 6f386e22a2c8269f5f083794e21c3484a6eb74c3 | |
parent | 22238d24de3a25cb9242330eba568294c7937c63 (diff) |
Properly name the build artifacts w/ shield name.
-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 230e33f..ea5f24d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,5 +59,5 @@ jobs: uses: actions/upload-artifact@v2 if: ${{ matrix.board == 'nice_nano' }} with: - name: "${{ matrix.board }}-zmk-uf2" + name: "${{ matrix.board }}-${{ matrix.shield }}-zmk-uf2" path: build/zephyr/zmk.uf2 |