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:
innovaker 2020-12-02 14:08:30 +00:00
parent 9c1a544381
commit 33de8e4860

View file

@ -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