We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f94b5 commit d5dc388Copy full SHA for d5dc388
.github/workflows/mpy_compile.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
rm -rf mpy
40
mkdir mpy
41
- find . -maxdepth 1 -name "*.py" ! -name "main.py" ! -name "config.py" -exec ./micropython/mpy-cross/build/mpy-cross {} -o mpy/$(basename {} .py).mpy \;
+ find . -maxdepth 1 -name "*.py" ! -name "main.py" ! -name "config.py" -exec ./micropython/mpy-cross/build/mpy-cross {} -o mpy/$(basename {}).mpy \;
42
43
44
0 commit comments