mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +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,
|
||||
],
|
||||
ArtifactType.SIZE_REPORTS: [
|
||||
'**/build*/size.json',
|
||||
'size.json',
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user