Skip to content

Commit 6cf4085

Browse files
Merge pull request #2 from DavesCodeMusings/src-subdir
Use src subdir
2 parents 2504785 + 9bfdffe commit 6cf4085

File tree

3 files changed

+1
-1
lines changed

3 files 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
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
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)