mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/fix_app_size_json_path' into 'master'
CI: fix app size json path See merge request espressif/esp-idf!30484
This commit is contained in:
commit
36fd860d4e
@ -61,7 +61,7 @@ class AppUploader(AppDownloader):
|
||||
DEFAULT_BUILD_LOG_FILENAME,
|
||||
],
|
||||
ArtifactType.SIZE_REPORTS: [
|
||||
'**/build*/size.json',
|
||||
'size.json',
|
||||
],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user