Skip to content

Commit

Permalink
Only bundle flashing tools?
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Nov 1, 2024
1 parent 05a9d58 commit e93f0b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:

- name: Copy flashing utils
run: |
cp -r .build/qmk_toolbox/windows/QMK\ Toolbox/Resources/* src/usr/bin/
cp -r .build/qmk_toolbox/windows/QMK\ Toolbox/Resources/*.{exe,dll} src/usr/bin/
rm -f src/usr/bin/qmk_driver_installer.exe
- name: Populate config
run: |
Expand Down

0 comments on commit e93f0b8

Please sign in to comment.