Commit bed6ea1
authored
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.1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
0 commit comments