We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cb0e1 commit ef2d8fcCopy full SHA for ef2d8fc
.github/workflows/compile-examples.yml
@@ -34,7 +34,6 @@ jobs:
34
- examples/ArduinoIoTCloud-Callbacks
35
- examples/utility/ArduinoIoTCloud_Travis_CI
36
SKETCHES_REPORTS_PATH: sketches-reports
37
- BUILD_PATH: sketches-build
38
39
strategy:
40
fail-fast: false
@@ -372,5 +371,5 @@ jobs:
372
371
if: github.event_name == 'pull_request'
373
uses: actions/upload-artifact@v4
374
with:
375
- name: arduino-cli-output-${{ matrix.board.artifact-name-suffix }}
+ name: provisioning-${{ matrix.board.artifact-name-suffix }}
376
path: ${{ runner.temp }}/arduino-cli-output/Provisioning*
0 commit comments