We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9c776 commit 51dd8b9Copy full SHA for 51dd8b9
.github/workflows/compile-examples.yml
@@ -360,3 +360,10 @@ jobs:
360
with:
361
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
362
path: ${{ env.SKETCHES_REPORTS_PATH }}
363
+
364
+ - name: Save provisioning binary
365
+ if: matrix.sketch-paths == 'examples/utility/Provisioning'
366
+ uses: actions/upload-artifact@v4
367
+ with:
368
+ path: ${{ env.DIST_DIR }}
369
+ name: provisioning-${{ matrix.board.artifact-name-suffix }}
0 commit comments