File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1717 - name : Upload Release Assets
1818 uses : shogo82148/actions-upload-release-asset@v1
1919 with :
20- asset_path : " micropython/ports/rp2/build-SPARKFUN_XRP_CONTROLLER-LARGE_BINARY/firmware .uf2"
20+ asset_path : " micropython/ports/rp2/build-SPARKFUN_XRP_CONTROLLER-LARGE_BINARY/MICROPYTHON_OPENCV_SPARKFUN_XRP_CONTROLLER .uf2"
2121 github_token : ${{ secrets.GITHUB_TOKEN }}
2222 upload_url : ${{ github.event.release.upload_url }}
2323
Original file line number Diff line number Diff line change @@ -173,4 +173,7 @@ function build_micropython_opencv {
173173
174174 # Build firmware
175175 make BOARD=SPARKFUN_XRP_CONTROLLER ${MAKEOPTS}
176+
177+ # Rename firmware file to identify it as the OpenCV build and which board it's for
178+ mv micropython/ports/rp2/build-SPARKFUN_XRP_CONTROLLER-LARGE_BINARY/firmware.uf2 micropython/ports/rp2/build-SPARKFUN_XRP_CONTROLLER-LARGE_BINARY/MICROPYTHON_OPENCV_SPARKFUN_XRP_CONTROLLER.uf2
176179}
You can’t perform that action at this time.
0 commit comments