Browse Source

ci(build): refactor archiving to support multiple paths

Allows multiple files to be stored in a single archive.

PR: #485
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
7ca90540ae
  1. 3
      .github/workflows/build.yml

3
.github/workflows/build.yml

@ -125,4 +125,5 @@ jobs: @@ -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

Loading…
Cancel
Save