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 committed by Pete Johanson
parent b26ceebd4c
commit 7ca90540ae
1 changed files with 2 additions and 1 deletions

View File

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