Skip to content

Commit f6f64bd

Browse files
committed
CI: Fix dir2uf2 filesystem path.
1 parent 0f48f5a commit f6f64bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PIMORONI_PICO_DIR: "${{ github.workspace }}/pimoroni-pico"
3737
USER_C_MODULES: "${{ github.workspace }}/src-${{ github.sha }}/modules/${{ matrix.modules }}.cmake"
3838
USER_FS_MANIFEST: "${{ github.workspace }}/src-${{ github.sha }}/modules/${{ matrix.modules }}.txt"
39-
USER_FS_SOURCE: "${{ github.workspace }}/src-${{ github.sha }}/modules/littlefs"
39+
USER_FS_SOURCE: "${{ github.workspace }}/src-${{ github.sha }}/modules/py_littlefs"
4040
TAG_OR_SHA: ${{ github.event.release.tag_name || github.sha }}
4141
MICROPY_BOARD: ${{ matrix.board }}
4242
MICROPY_BOARD_VARIANT: ${{ matrix.variant }}

0 commit comments

Comments
 (0)