Skip to content

Commit

Permalink
CI: Bump dir2uf2 and produce sparse uf2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 1, 2024
1 parent 45057a4 commit 80e3efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: gadgetoid/dir2uf2
ref: v0.0.8
ref: v0.0.9
path: dir2uf2

- name: "MicroPython: Build MPY Cross"
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
shell: bash
run: |
python3 -m pip install littlefs-python==0.12.0
./dir2uf2/dir2uf2 --fs-compact --append-to build-${{ matrix.name }}/${{ env.RELEASE_FILE }}.uf2 --manifest ${{env.USER_FS_MANIFEST}} --filename with-filesystem.uf2 ${{env.USER_FS_SOURCE}}/
./dir2uf2/dir2uf2 --fs-compact --sparse --append-to build-${{ matrix.name }}/${{ env.RELEASE_FILE }}.uf2 --manifest ${{env.USER_FS_MANIFEST}} --filename with-filesystem.uf2 ${{env.USER_FS_SOURCE}}/
- name: "Artifacts: Upload .uf2"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 80e3efe

Please sign in to comment.