Skip to content

Commit

Permalink
ci(build): refactor archiving to support multiple paths
Browse files Browse the repository at this point in the history
Allows multiple files to be stored in a single archive.

PR: zmkfirmware#485
  • Loading branch information
innovaker authored and petejohanson committed Dec 8, 2020
1 parent b26ceeb commit 7ca9054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ca9054

Please sign in to comment.