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:
Fu Hanxi
2024-04-25 14:38:29 +08:00

View File

@@ -61,7 +61,7 @@ class AppUploader(AppDownloader):
DEFAULT_BUILD_LOG_FILENAME,
],
ArtifactType.SIZE_REPORTS: [
'**/build*/size.json',
'size.json',
],
}