Commit 899fb69
committed
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.1 parent a2b2bb0 commit 899fb69
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| 190 | + | |
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
| |||
0 commit comments