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

Commit

Permalink
Apply patch 0000-prep-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Jul 29, 2024
1 parent a1977d1 commit a02254b
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' -print -exec rm -rf '{}' \; -prune
publish:
name: 'QMK Userspace Publish'
Expand Down

0 comments on commit a02254b

Please sign in to comment.