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
b26ceebd4c
commit
7ca90540ae
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -125,4 +125,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…
Reference in a new issue