Skip to content

Commit ef2d8fc

Browse files
committed
cleanup and fix names
1 parent f4cb0e1 commit ef2d8fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- examples/ArduinoIoTCloud-Callbacks
3535
- examples/utility/ArduinoIoTCloud_Travis_CI
3636
SKETCHES_REPORTS_PATH: sketches-reports
37-
BUILD_PATH: sketches-build
3837

3938
strategy:
4039
fail-fast: false
@@ -372,5 +371,5 @@ jobs:
372371
if: github.event_name == 'pull_request'
373372
uses: actions/upload-artifact@v4
374373
with:
375-
name: arduino-cli-output-${{ matrix.board.artifact-name-suffix }}
374+
name: provisioning-${{ matrix.board.artifact-name-suffix }}
376375
path: ${{ runner.temp }}/arduino-cli-output/Provisioning*

0 commit comments

Comments
 (0)