-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit cdc0e1a
committed
Update release workflow using parallelization
Introducing the use of a matrix, greatly improves time performances during the build making process, since each build task is performed simultaneously. To support this, a check has been added to avoid
creating the same changelog more than once.
The calculation of the checksums has also been modified. Previously, it was done three (3) times at different stages of the workflow. This is pointless, since the only checksums that matter are the ones
calculated when the files are in their final form. For this reason, it is now only done once during the release creation.1 parent 4f369f9 commit cdc0e1a
File tree
2 files changed
+23
-43
lines changed- .github/workflows
2 files changed
+23
-43
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
24 | 37 |
| |
25 | 38 |
| |
26 | 39 |
| |
27 | 40 |
| |
28 | 41 |
| |
29 | 42 |
| |
30 | 43 |
| |
44 | + | ||
45 | + | ||
31 | 46 |
| |
32 | 47 |
| |
33 | 48 |
| |
| |||
47 | 62 |
| |
48 | 63 |
| |
49 | 64 |
| |
50 | - | ||
65 | + | ||
51 | 66 |
| |
52 | 67 |
| |
53 | 68 |
| |
| |||
139 | 154 |
| |
140 | 155 |
| |
141 | 156 |
| |
142 | - | ||
157 | + | ||
143 | 158 |
| |
144 | 159 |
| |
145 | - | ||
146 | - | ||
147 | - | ||
148 | - | ||
149 | - | ||
160 | + | ||
150 | 161 |
| |
151 | 162 |
| |
152 | 163 |
| |
| |||
156 | 167 |
| |
157 | 168 |
| |
158 | 169 |
| |
159 | - | ||
160 | 170 |
| |
161 | - | ||
162 | 171 |
| |
163 | - | ||
172 | + | ||
164 | 173 |
| |
165 | 174 |
| |
166 | 175 |
| |
| |||
178 | 187 |
| |
179 | 188 |
| |
180 | 189 |
| |
181 | - | ||
190 | + | ||
191 | + | ||
182 | 192 |
| |
183 | - | ||
184 | - | ||
185 | - | ||
186 | - | ||
187 | - | ||
188 | - | ||
189 | - | ||
193 | + | ||
194 | + | ||
190 | 195 |
| |
191 | 196 |
| |
192 | 197 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | - | ||
21 | - | ||
22 | - | ||
23 | 20 |
| |
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | 21 |
| |
38 | 22 |
| |
39 | 23 |
| |
| |||
45 | 29 |
| |
46 | 30 |
| |
47 | 31 |
| |
48 | - | ||
49 | 32 |
| |
50 | 33 |
| |
51 | 34 |
| |
| |||
61 | 44 |
| |
62 | 45 |
| |
63 | 46 |
| |
64 | - | ||
65 | 47 |
| |
66 | 48 |
| |
67 | 49 |
| |
| |||
78 | 60 |
| |
79 | 61 |
| |
80 | 62 |
| |
81 | - | ||
82 | 63 |
| |
83 | 64 |
| |
84 | 65 |
| |
| |||
94 | 75 |
| |
95 | 76 |
| |
96 | 77 |
| |
97 | - | ||
98 | 78 |
| |
99 | 79 |
| |
100 | 80 |
| |
| |||
111 | 91 |
| |
112 | 92 |
| |
113 | 93 |
| |
114 | - | ||
115 | 94 |
| |
116 | 95 |
| |
117 | 96 |
| |
| |||
128 | 107 |
| |
129 | 108 |
| |
130 | 109 |
| |
131 | - | ||
132 | 110 |
| |
133 | 111 |
| |
134 | 112 |
| |
| |||
144 | 122 |
| |
145 | 123 |
| |
146 | 124 |
| |
147 | - | ||
148 | 125 |
| |
149 | 126 |
| |
150 | 127 |
| |
| |||
160 | 137 |
| |
161 | 138 |
| |
162 | 139 |
| |
163 | - | ||
164 | 140 |
| |
165 | 141 |
| |
166 | 142 |
| |
| |||
176 | 152 |
| |
177 | 153 |
| |
178 | 154 |
| |
179 | - | ||
180 | 155 |
| |
181 | 156 |
| |
182 | 157 |
| |
|
0 commit comments