ci: update artifact pattern for size.json

This commit is contained in:
Evgeny Torbin
2025-11-18 10:14:21 +01:00
committed by Fu Hanxi
parent 240c5d09ff
commit 06e574796f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
- "**/build*/build_log.txt"
# keep the size info to help track the binary size
- size_info.txt
- "**/build*/size.json"
- "**/build*/size*.json"
expire_in: 1 week
when: always
variables:
@@ -62,7 +62,7 @@
paths:
- log_template_app/*
- size_info.txt
- build_template_app/**/size.json
- build_template_app/**/size*.json
expire_in: 1 week
when: always
script:
+1 -1
View File
@@ -101,5 +101,5 @@ patterns = [
bucket = "longterm"
if_clause = '"$CI_COMMIT_REF_NAME" == "master"'
patterns = [
'**/build*/size.json',
'**/build*/size*.json',
]