forked from kofal.net/zmk
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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -125,4 +125,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: "${{ steps.variables.outputs.artifact-name }}-uf2"
|
||||
path: build/zephyr/zmk.uf2
|
||||
path: |
|
||||
build/zephyr/zmk.uf2
|
||||
|
||||
Reference in New Issue
Block a user