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
Merge pull request #1673 from swiftwasm/maxd/fix-latest-run-check
Fix latest run check in toolchain upload script
Currently, if there are no recent successful runs on GitHub Actions, the toolchain distribution script fails. Because of this the 5.3 toolchains are not uploaded even if there are successful runs for those. We should check for this scenario and just stop the script with `0` exit code to allow the 5.3 upload to proceed.
0 commit comments