From bd4b05f83a5f530ad31a59417ac26ceda7966a78 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Thu, 10 Dec 2020 12:41:16 +0000 Subject: [PATCH] ci(build): remove artifact uf2 suffix The archive now contains hex and uf2 files so the uf2 suffix is no longer accurate. It probably should've been removed as part of the earlier hex commit. See: 97d045e7ef887f8b532838676347e8def0291215 PR: #496 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66351e29..ba3b8742 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: - name: Archive build uses: actions/upload-artifact@v2 with: - name: "${{ steps.variables.outputs.artifact-name }}-uf2" + name: "${{ steps.variables.outputs.artifact-name }}" path: | build/zephyr/zmk.hex build/zephyr/zmk.uf2