File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 export MICROPY_GIT_TAG=ci-release-${{ github.run_number }}-${TAG}
8989 export MICROPY_GIT_HASH=$(echo ${{ github.sha }} | cut -c1-8)
9090 poetry run make $MAKEOPTS -C micropython/mpy-cross
91- # poetry run make $MAKEOPTS -C bricks/movehub
92- # poetry run make $MAKEOPTS -C bricks/cityhub
93- # poetry run make $MAKEOPTS -C bricks/technichub
9491 poetry run make $MAKEOPTS -C bricks/primehub
95- # poetry run make $MAKEOPTS -C bricks/essentialhub
96- # poetry run make $MAKEOPTS -C bricks/nxt
9792 poetry run make $MAKEOPTS -C bricks/ev3
9893
9994 - name : Create Release and Upload Assets
@@ -111,7 +106,7 @@ jobs:
111106 fi
112107
113108 # Rename and collect firmware assets
114- HUBS="movehub cityhub technichub primehub essentialhub nxt ev3"
109+ HUBS="primehub ev3"
115110 ASSETS=""
116111 for HUB in $HUBS; do
117112 NEW_FILENAME="./bricks/$HUB/build/pybricks-$HUB-$TAG.zip"
You can’t perform that action at this time.
0 commit comments