-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I've seen some closed tickets related to missing binaries, with a fallback solution in place. Creating a new ticket, as it appears that your release process is removing all your binaries. My deploy action fails with:
Warning: Failed to download doctl v1.144.0: Unexpected HTTP response: 404
Warning: Failed to download doctl v1.144.0, trying fallback versions
Attempting to download doctl vv1.144.0
Warning: Failed to download doctl vv1.144.0: Unexpected HTTP response: 404
Warning: Failed to download doctl vv1.144.0, trying next version
Attempting to download doctl vv1.144.0-beta
Warning: Failed to download doctl vv1.144.0-beta: Unexpected HTTP response: 404
Warning: Failed to download doctl vv1.144.0-beta, trying next version
Attempting to download doctl vv1.143.0
Warning: Failed to download doctl vv1.143.0: Unexpected HTTP response: 404
Warning: Failed to download doctl vv1.143.0, trying next version
Attempting to download doctl vv1.142.0
Warning: Failed to download doctl vv1.142.0: Unexpected HTTP response: 404
Warning: Failed to download doctl vv1.142.0, trying next version
Attempting to download doctl vv1.141.0
Warning: Failed to download doctl vv1.141.0: Unexpected HTTP response: 404
Warning: Failed to download doctl vv1.141.0, trying next version
Error: Failed to download doctl. Tried versions: v1.144.0, v1.144.0-beta, v1.143.0, v1.142.0, v1.141.0
This has coincided with a release several minutes before for v1.4.44.0
The download link now displays a 404
https://github.com/digitalocean/doctl/releases/downloads
I can now no longer release any projects