Skip to content

Commit

Permalink
upload built robot hex file
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 26, 2023
1 parent fadae86 commit 413bb6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/makecode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ jobs:
- name: build hardware N3
run: |
makecode --hw N3
- name: build robot
run: |
cd robot
makecode
- name: copy files
run: |
cp ./built/binary.js ./assets/js/binary.js
cp ./built/n3/binary.hex ./assets/firmware.hex
cp ./robot/built/binary.hex ./assets/robot.hex
- name: build localized hex files
run: |
yarn install --frozen-lockfile
Expand Down

0 comments on commit 413bb6a

Please sign in to comment.