Skip to content

Commit

Permalink
Fix flasher permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Nov 1, 2024
1 parent e93f0b8 commit 6089532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Copy flashing utils
run: |
cp -r .build/qmk_toolbox/windows/QMK\ Toolbox/Resources/*.{exe,dll} src/usr/bin/
chmod +x src/usr/bin/*.{exe,dll}
rm -f src/usr/bin/qmk_driver_installer.exe
- name: Populate config
Expand Down

0 comments on commit 6089532

Please sign in to comment.