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
workflows: Try to avoid possible artifact upload race
Sometimes upload of one of the Windows/macOS installers fail.
This may be caused by a race condition if we try to upload at the same
time the same artifact for 2 different Windows version.
This commit tries to append the name of the OS to the artifact name to
avoid this race.
0 commit comments