Skip to content

Commit 7905ac6

Browse files
committed
fix build names
1 parent d7657fb commit 7905ac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/makecode.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
makecode
4040
- name: copy files
4141
run: |
42-
cp ./built/binary.js ./assets/js/binary.js
43-
cp ./built/n3/binary.hex ./assets/microcode.hex
42+
cp ./built/binary.hex ./assets/microcode.hex
4443
- name: upload modified assets
4544
uses: stefanzweifel/git-auto-commit-action@v4
4645
with:

0 commit comments

Comments
 (0)