mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
ci: fix size.json path for app
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