Upload to GitHub Releases when artifacts become available#518
Upload to GitHub Releases when artifacts become available#518Nifury wants to merge 2 commits intoungoogled-software:masterfrom
Conversation
|
What's the most robust way to fix our issue? This PR or increasing the retention period? |
|
I'm leaning slightly towards this PR. |
|
Do we have to manually clean up pre-releases when a pipeline fails? |
Is it a repo setting? |
I pushed a commit to fix this.
Nope, it is set in the code..(by me...) How about I close this PR and just adjust the retention period instead? That seems simpler, and the original logic is already well-tested. |
|
I think this PR is more elegant as it publishes the files once they are available. However, if adjusting the retention period fixes the problem as well I am fine with that as well. If adjusting the retention period does not fix the issue we can still use this PR. |
|
I increased the retention time for the next release: #520 If that does not fix the pipeline I tend to merge this. |
Update the CI pipeline so that:
It should work based on my mock test: https://github.com/Nifury/test-artifact/actions/runs/19835202594
Fixes #517 (comment).
P.S.
I just realized the simplest fix might be to increase the retention period instead...