mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
Fix regression re report-size-deltas after updating actions/upload-artifact. (#171)
For more information see https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#size-deltas-report-workflow-triggered-by-schedule-event .
This commit is contained in:
parent
a6a4127294
commit
9625575fcc
3
.github/workflows/compile-examples.yml
vendored
3
.github/workflows/compile-examples.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
- fqbn: arduino:samd:mkr1000
|
- fqbn: arduino:samd:mkr1000
|
||||||
platforms: |
|
platforms: |
|
||||||
- name: arduino:samd
|
- name: arduino:samd
|
||||||
|
artifact-name-suffix: arduino-samd-mkr1000
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -59,4 +60,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
path: ${{ env.SKETCHES_REPORTS_PATH }}
|
path: ${{ env.SKETCHES_REPORTS_PATH }}
|
||||||
name: ${{ env.SKETCHES_REPORTS_PATH }}
|
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user