File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 3535 run : |
3636 make $MAKEOPTS -C micropython/mpy-cross
3737 make $MAKEOPTS -C bricks/movehub
38+ make $MAKEOPTS -C bricks/cityhub
3839 make $MAKEOPTS -C bricks/cplushub
3940 - name : Get tag
4041 run : echo "::set-env name=GITHUB_TAG::${GITHUB_REF#*refs/tags/}"
5859 asset_path : ./bricks/movehub/build/firmware.zip
5960 asset_name : pybricks-movehub-${{ env.GITHUB_TAG }}.zip
6061 asset_content_type : application/zip
62+ - name : Upload cityhub firmware
63+ id : upload-cityhub
64+ uses : actions/upload-release-asset@v1
65+ env :
66+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67+ with :
68+ upload_url : ${{ steps.create_release.outputs.upload_url }}
69+ asset_path : ./bricks/cityhub/build/firmware.zip
70+ asset_name : pybricks-cityhub-${{ env.GITHUB_TAG }}.zip
71+ asset_content_type : application/zip
6172 - name : Upload cplushub firmware
6273 id : upload-cplushub
6374 uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments