Skip to content

Commit

Permalink
Update additional-information.md
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan authored Mar 19, 2020
1 parent 12f3011 commit b94f6a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/artifact/docs/additional-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Extra information
- [Non-Supported Characters](#Non-Supported-Characters)
- [Permission loss](#Permission-Loss)
- [Considerations](#Considerations)
- [Compression](#Is-my-artifact-compressed)

## Non-Supported Characters

Expand Down Expand Up @@ -50,4 +51,4 @@ GZip is used internally to compress individual files before starting an upload.

Compression using GZip also helps speed up artifact download as part of a workflow. Header information is used to determine if an individual file was uploaded using GZip and if necessary, decompression is used.

When downloading an artifact from the GitHub UI (this differs from downloading an artifact during a workflow), a single Zip file is dynamically created that contains all of the files uploaded as part of an artifact. Any files that were uploaded using GZip will be decompressed on the server before being added to the Zip file with the remaining files.
When downloading an artifact from the GitHub UI (this differs from downloading an artifact during a workflow), a single Zip file is dynamically created that contains all of the files uploaded as part of an artifact. Any files that were uploaded using GZip will be decompressed on the server before being added to the Zip file with the remaining files.

0 comments on commit b94f6a1

Please sign in to comment.