2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore(ci): improved logging; (#5451)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-08 02:51:52 +02:00
committed by GitHub
parent 259f5f5aaa
commit 18772ed8fd
4 changed files with 17 additions and 13 deletions
+6 -8
View File
@@ -1,12 +1,10 @@
{{#if files}}
### Build info
### Build info
{{#each files}}
- {{ name}} ({{ path }}) {{ filesize size }} ({{ filesize gzip }} gzipped)
{{#each commits}}
- {{ tag }} - {{filesize size}}
{{/each}}
{{#each files}}
- {{ name}} ({{ path }}) {{ filesize size }} (**{{ filesize gzip }}** gzipped)
{{#each commits}}
- {{ tag }} - {{filesize size}}
{{/each}}
{{/each}}
{{/if}}