Skip to content

Commit 3386c59

Browse files
committed
ci: fix size.json path for app
1 parent 14315bb commit 3386c59

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)