Skip to content

Commit

Permalink
Include all artifacts in run
Browse files Browse the repository at this point in the history
  • Loading branch information
hadynz committed Oct 23, 2023
1 parent 87dab78 commit 26d4b38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ jobs:
name: qmk-firmware-artifact
path: |
*.hex
*.bin
*.json
keymap-image:
name: Render QMK keymap and package
name: Render keymap & package
needs: build
runs-on: ubuntu-latest
steps:
Expand All @@ -58,11 +56,13 @@ jobs:
ls -la
keymap parse -c 10 -q keymap.json > keymap.yaml
keymap draw keymap.yaml > keymap.svg
ls -la
- name: Archive firmware
uses: actions/upload-artifact@v3
continue-on-error: true
with:
name: kinesis_${{ github.actor }}_qmk_keymap_${{ github.run_number }}
name: qmk-firmware-artifact
path: |
*.hex
*.svg
*.json
*.yaml

0 comments on commit 26d4b38

Please sign in to comment.