summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-12-10 12:41:16 +0000
committerPete Johanson <peter@peterjohanson.com>2020-12-10 16:03:56 -0500
commitbd4b05f83a5f530ad31a59417ac26ceda7966a78 (patch)
tree978cbf53f9f763765743b462e4fa98d199aa2d24
parent5f9244fc21f063d68cc600667d56fda87357e424 (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
-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 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