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 f04a90c commit a686f50Copy full SHA for a686f50
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Compiling bytecode...
18
run: |
19
pip3 install mpy-cross
20
- python3 -m mpy_cross $SRC_FILE -o ../bthome.mpy
+ python3 -m mpy_cross $SRC_FILE -o bthome.mpy
21
- name: Committing changes...
22
23
if [ $(git diff | wc -l) -gt 0 ]; then
0 commit comments