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 4148faa commit 8b28499Copy full SHA for 8b28499
.github/workflows/build.yml
@@ -240,6 +240,12 @@ jobs:
240
with:
241
name: ${{ matrix.hub }}-firmware
242
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.*
249
250
debug:
251
name: debug firmware
0 commit comments