Commit 104501e
committed
Remove unused job outputs from release workflows
In a previous revision of the release workflows, the updated checksums were determined by the macOS notarization job and
then passed to the subsequent job via job outputs. That approach was changed during a later refactoring, but the code
that declares the job outputs was not removed at that time.
The checksum job output declaration code is now unused (and unusable since the checksum determination and output
definitions were removed) so it only makes the workflows more difficult to understand and maintain. For this reason, the
vestigial code is hereby removed from the workflows.1 parent c79c71c commit 104501e
File tree
2 files changed
+0
-10
lines changed- .github/workflows
2 files changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 75 | | |
81 | 76 | | |
82 | 77 | | |
| |||
163 | 158 | | |
164 | 159 | | |
165 | 160 | | |
166 | | - | |
167 | 161 | | |
168 | 162 | | |
169 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
170 | 167 | | |
171 | 168 | | |
172 | 169 | | |
173 | | - | |
174 | 170 | | |
175 | 171 | | |
176 | 172 | | |
| |||
0 commit comments