Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Pre-remove via keymaps from qmk_firmware (as upstream has not yet del…
Browse files Browse the repository at this point in the history
…eted)
  • Loading branch information
tzarc committed Jul 29, 2024
1 parent a1977d1 commit 97c63fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
qmk_repo: qmk/qmk_firmware
qmk_ref: master
preparation_command: |
find qmk_firmware -type d -path 'keyboards/*/keymaps/via' -name 'via' -exec rm -rf {} \;
publish:
name: 'QMK Userspace Publish'
Expand Down

0 comments on commit 97c63fa

Please sign in to comment.