Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Wait for all Asset uploads to complete before publishing release #511

Open
budak7273 opened this issue Sep 18, 2024 · 1 comment

Comments

@budak7273
Copy link

Hello, we have been successfully using this action to auto-publish releases that contain ~12.5 GB of binaries (game engine) split into multiple files. However, it seems like the action 'publishes' the release (in the sense that it is available for users to download files from and webhooks announcing release are fired) before all Assets are uploaded. This leads to a confusing first few minutes after release where it looks like the build has somehow failed because most of the files are missing from the release. In actuality, they are still being uploaded and the action is still running.

Could the current behavior lead to a an error case where the release is published, but uploading fails, resulting in an incomplete yet published release?

Can the action be extended to allow waiting to publish until all assets have finished uploading? I don't see anything in the readme that suggests it would be possible with the currently available options.

@budak7273
Copy link
Author

Example right after webhook sent out:

Image

The action is still running:

Image

A few minutes later:

Image

Even later:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant