mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'ci/fix_app_size_json_path_v5.3' into 'release/v5.3'
CI: fix app size json path (v5.3) See merge request espressif/esp-idf!30494
This commit is contained in:
@ -60,7 +60,7 @@ class AppUploader(AppDownloader):
|
|||||||
DEFAULT_BUILD_LOG_FILENAME,
|
DEFAULT_BUILD_LOG_FILENAME,
|
||||||
],
|
],
|
||||||
ArtifactType.SIZE_REPORTS: [
|
ArtifactType.SIZE_REPORTS: [
|
||||||
'**/build*/size.json',
|
'size.json',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user