mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-31 18:25:28 -04:00
Trick QMK userspace GitHub Actions to build new keyboards
This commit is contained in:
parent
1c581c592c
commit
3430344187
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_binaries.yaml
vendored
1
.github/workflows/build_binaries.yaml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
|||
with:
|
||||
qmk_repo: qmk/qmk_firmware
|
||||
qmk_ref: master
|
||||
preparation_command: 'for KB in "$GITHUB_WORKSPACE/keyboards/*/"; do ln -s $KB qmk_firmware/keyboards/ ; done'
|
||||
|
||||
publish:
|
||||
name: 'QMK Userspace Publish'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue