Skip to content

Commit 7c57624

Browse files
committed
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
2 parents e56f92a + 3386c59 commit 7c57624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/idf_ci/uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class AppUploader(AppDownloader):
6060
DEFAULT_BUILD_LOG_FILENAME,
6161
],
6262
ArtifactType.SIZE_REPORTS: [
63-
'**/build*/size.json',
63+
'size.json',
6464
],
6565
}
6666

0 commit comments

Comments
 (0)