Commit 4aba8ad
ci: Always upload successfully created artifacts
The `Create I artifacts` step is always run, whether earlier steps
succeeds or not. But the upload step would only run if all preceeding
steps wer successfull. Add a conditional to always run except if
artifact creation failed.
(backport <rust-lang#4345>)
(cherry picked from commit f10e8e4)1 parent e45d8e0 commit 4aba8ad
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| 197 | + | |
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
| 201 | + | |
198 | 202 | | |
199 | 203 | | |
200 | 204 | | |
| |||
0 commit comments