Skip to content

Commit

Permalink
Update flashing utils
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Mar 10, 2024
1 parent d82127e commit c33039b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Checkout flashing utils
uses: actions/checkout@v4
with:
repository: qmk/qmk_toolbox
sparse-checkout: windows
path: .build/qmk_toolbox

- name: Copy flashing utils
run: |
cp -r .build/qmk_toolbox/windows/QMK\ Toolbox/Resources/* src/usr/bin/
- name: Populate config
run: |
echo "VERSION_ID=$GITHUB_SHA" >> src/etc/qmk-release
Expand All @@ -40,8 +51,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifacts-rootfs
path: .build/*

path: .build/*.tar.gz

drivers:
runs-on: ubuntu-latest
Expand Down
Binary file removed src/usr/bin/avrdude.exe
Binary file not shown.
Binary file removed src/usr/bin/bootloadHID.exe
Binary file not shown.
Binary file removed src/usr/bin/dfu-programmer.exe
Binary file not shown.
Binary file removed src/usr/bin/dfu-util.exe
Binary file not shown.
Binary file removed src/usr/bin/hid_bootloader_cli.exe
Binary file not shown.
Binary file removed src/usr/bin/libftdi1.dll
Binary file not shown.
Binary file removed src/usr/bin/libusb-0-1-4.dll
Binary file not shown.
Binary file removed src/usr/bin/libusb-1.0.dll
Binary file not shown.
Binary file removed src/usr/bin/libusb0.dll
Binary file not shown.
Binary file removed src/usr/bin/libwinpthread-1.dll
Binary file not shown.
Binary file removed src/usr/bin/mdloader.exe
Binary file not shown.
Binary file removed src/usr/bin/teensy_loader_cli.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions src/usr/bin/wb32-dfu-updater_cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
wb32-dfu-updater_cli.exe "$@"

0 comments on commit c33039b

Please sign in to comment.