mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-16 18:47:55 -04:00
Apply patch 0000-prep-cmd
This commit is contained in:
parent
b863d09976
commit
64f41579da
1 changed files with 3 additions and 7 deletions
10
.github/workflows/build_binaries.yaml
vendored
10
.github/workflows/build_binaries.yaml
vendored
|
@ -11,10 +11,6 @@ jobs:
|
|||
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@main
|
||||
with:
|
||||
qmk_repo: qmk/qmk_firmware
|
||||
qmk_ref: master
|
||||
|
||||
publish:
|
||||
name: 'QMK Userspace Publish'
|
||||
uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
|
||||
if: always() && !cancelled()
|
||||
needs: build
|
||||
qmk_ref: develop
|
||||
preparation_command: |
|
||||
find qmk_firmware -type d -path '*/keyboards/*/keymaps/via' -name 'via' -print -exec rm -rf '{}' \; -prune
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue