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 30, 2024
1 parent a1977d1 commit 5111352
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@main
with:
qmk_repo: qmk/qmk_firmware
qmk_ref: master
qmk_ref: develop
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 5111352

Please sign in to comment.