diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-10 12:41:16 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-10 16:03:56 -0500 |
commit | bd4b05f83a5f530ad31a59417ac26ceda7966a78 (patch) | |
tree | 978cbf53f9f763765743b462e4fa98d199aa2d24 /.github/workflows/build.yml | |
parent | 5f9244fc21f063d68cc600667d56fda87357e424 (diff) |
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
Diffstat (limited to '.github/workflows/build.yml')
-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 66351e2..ba3b874 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 |