ci: fix size.json path for app

This commit is contained in:
Fu Hanxi
2024-04-24 15:14:13 +02:00
parent 14315bb751
commit 3386c594b4

View File

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