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 d7657fb commit 7905ac6Copy full SHA for 7905ac6
.github/workflows/makecode.yml
@@ -39,8 +39,7 @@ jobs:
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
+ cp ./built/binary.hex ./assets/microcode.hex
44
- name: upload modified assets
45
uses: stefanzweifel/git-auto-commit-action@v4
46
with:
0 commit comments