Skip to content

Commit 8b28499

Browse files
committed
github: upload install_pybricks.* for primehub
Fixes regression in a042f5a. Issue: pybricks/pybricks-micropython#28
1 parent 4148faa commit 8b28499

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ jobs:
240240
with:
241241
name: ${{ matrix.hub }}-firmware
242242
path: bricks/${{ matrix.hub }}/ReadMe_OSS.txt
243+
- name: Upload install_pybricks.*
244+
if: ${{ success() && matrix.hub == 'primehub' }}
245+
uses: actions/upload-artifact@v2
246+
with:
247+
name: ${{ matrix.hub }}-firmware
248+
path: bricks/${{ matrix.hub }}/build/install_pybricks.*
243249

244250
debug:
245251
name: debug firmware

0 commit comments

Comments
 (0)