You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Winget fails to publish because of a race condition. If the binaries have not yet been created in the GitHub release, it fails to download them to create the Winget release. We need to add a wait or rebuild the binaries as part of the workflow task.