Skip to content

Commit

Permalink
sparse + upload less
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Mar 10, 2024
1 parent 4b4c457 commit 3ce4eb9
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 @@ -28,6 +28,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: qmk/qmk_toolbox
sparse-checkout: windows
path: .build/qmk_toolbox

- name: Copy flashing utils
Expand All @@ -50,7 +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

0 comments on commit 3ce4eb9

Please sign in to comment.