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:
+6
-8
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user