-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(github-actions): compress preview artifacts before uploading
The `actions/upload` infrastructure will upload all files individually, but we can compress it directly beforehand and just upload a single smaller file. This means that we need to unzip -> and then untar as GitHub always zips up the artifacts regardless when they are uploaded. This is expected and recommended as per: https://github.com/actions/upload-artifact
- Loading branch information
1 parent
c3339f5
commit faf76ec
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters