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 Aug 25, 2024
1 parent aea0208 commit dc3c23e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc3c23e

Please sign in to comment.