Skip to content

Commit a686f50

Browse files
Update build.yml
1 parent f04a90c commit a686f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Compiling bytecode...
1818
run: |
1919
pip3 install mpy-cross
20-
python3 -m mpy_cross $SRC_FILE -o ../bthome.mpy
20+
python3 -m mpy_cross $SRC_FILE -o bthome.mpy
2121
- name: Committing changes...
2222
run: |
2323
if [ $(git diff | wc -l) -gt 0 ]; then

0 commit comments

Comments
 (0)