See this example release run: ci link.
Upload failed with the following output.
+ gh release upload v0.3.0 cargo-marker-x86_64-unknown-linux-gnu.tar.gz cargo-marker-x86_64-unknown-linux-gnu.zip cargo-marker-x86_64-unknown-linux-gnu.sha256 --clobber
HTTP 502: Server Error (https://api.github.com/repos/Veetaha/marker/releases/assets/125294025)
Error: Process completed with exit code 1.
I suggest using exponential backoff to retry the gh release operation when it fails.
Here is an example bash function that we use to retry any network operations.
See this example release run: ci link. Upload failed with the following output.
I suggest using exponential backoff to retry the
gh release
operation when it fails. Here is an example bash function that we use to retry any network operations.