Skip to content

Commit

Permalink
bricks/ev3rt: Publish artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Nov 1, 2024
1 parent 01954da commit 15ac27e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,18 @@ jobs:
run: chmod +x micropython/mpy-cross/build/mpy-cross
- name: Build
run: make $MAKEOPTS -C bricks/ev3rt
- name: Upload EV3 uImage
if: ${{ success() }}
uses: actions/upload-artifact@v4
with:
name: ev3rt-uImage-build-${{ github.run_number }}-git${{ steps.vars.outputs.short_sha }}
path: bricks/ev3rt/build/uImage
- name: Upload ev3 bootable firmware
if: ${{ success() }}
uses: actions/upload-artifact@v4
with:
name: ev3rt-firmware-build-${{ github.run_number }}-git${{ steps.vars.outputs.short_sha }}
path: bricks/ev3rt/build/firmware.zip

debug:
name: debug firmware
Expand Down

0 comments on commit 15ac27e

Please sign in to comment.