ci(build): refactor archiving to support multiple paths
Allows multiple files to be stored in a single archive. PR: #485
This commit is contained in:
parent
9c1a544381
commit
33de8e4860
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -120,4 +120,5 @@ jobs:
|
||||||
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 }}-uf2"
|
||||||
path: build/zephyr/zmk.uf2
|
path: |
|
||||||
|
build/zephyr/zmk.uf2
|
||||||
|
|
Loading…
Add table
Reference in a new issue