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 70e4506 commit d7657fbCopy full SHA for d7657fb
.github/workflows/makecode.yml
@@ -37,3 +37,12 @@ jobs:
37
- name: build hex file
38
run: |
39
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