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: 97d045e7ef
PR: #496
This commit is contained in:
parent
5aa8a07aa9
commit
23396b379f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
||||||
- name: Archive build
|
- name: Archive build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: "${{ steps.variables.outputs.artifact-name }}-uf2"
|
name: "${{ steps.variables.outputs.artifact-name }}"
|
||||||
path: |
|
path: |
|
||||||
build/zephyr/zmk.hex
|
build/zephyr/zmk.hex
|
||||||
build/zephyr/zmk.uf2
|
build/zephyr/zmk.uf2
|
||||||
|
|
Loading…
Add table
Reference in a new issue