Skip to content

Commit d7657fb

Browse files
committed
update hexfile
1 parent 70e4506 commit d7657fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/makecode.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ jobs:
3737
- name: build hex file
3838
run: |
3939
makecode
40+
- name: copy files
41+
run: |
42+
cp ./built/binary.js ./assets/js/binary.js
43+
cp ./built/n3/binary.hex ./assets/microcode.hex
44+
- name: upload modified assets
45+
uses: stefanzweifel/git-auto-commit-action@v4
46+
with:
47+
file_pattern: "assets/* _includes/*"
48+
branch: main

0 commit comments

Comments
 (0)