Skip to content

Commit

Permalink
github actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkin committed Jan 4, 2024
1 parent 2184993 commit 07ccec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mpy_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
rm -rf mpy
mkdir mpy
find src/. -maxdepth 1 -name "*.py" ! -name "main.py" ! -name "config.py" -exec sh -c './micropython/mpy-cross/build/mpy-cross {} -o mpy/$(basename -s .py {}).mpy' \;
find src/. -maxdepth 2 -name "*.py" ! -name "main.py" ! -name "config.py" -exec sh -c './micropython/mpy-cross/build/mpy-cross {} -o mpy/$(basename -s .py {}).mpy' \;
Expand Down

0 comments on commit 07ccec9

Please sign in to comment.