-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release.yaml: Split artifact upload and don't delete release
Artifact upload is buffered in memory, which is a limitation of the action. We need to chunk the upload manually to work around this - by splitting it into groups that fit within the memory limit of the worker. We also don't need to delete the release - something that has caused us trouble when the action fails during upload - and instead update the payload of existing releases. We can either keep pushing the "latest" tag (like now) or push date base release tags and rename to "latest" manually.
- Loading branch information
Showing
2 changed files
with
30 additions
and
11 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