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 01954da commit 15ac27eCopy full SHA for 15ac27e
.github/workflows/build.yml
@@ -283,6 +283,18 @@ jobs:
283
run: chmod +x micropython/mpy-cross/build/mpy-cross
284
- name: Build
285
run: make $MAKEOPTS -C bricks/ev3rt
286
+ - name: Upload EV3 uImage
287
+ if: ${{ success() }}
288
+ uses: actions/upload-artifact@v4
289
+ with:
290
+ name: ev3rt-uImage-build-${{ github.run_number }}-git${{ steps.vars.outputs.short_sha }}
291
+ path: bricks/ev3rt/build/uImage
292
+ - name: Upload ev3 bootable firmware
293
294
295
296
+ name: ev3rt-firmware-build-${{ github.run_number }}-git${{ steps.vars.outputs.short_sha }}
297
+ path: bricks/ev3rt/build/firmware.zip
298
299
debug:
300
name: debug firmware
0 commit comments