Commit f186c2f
authored
Remove unused job outputs from release workflow (#37)
In a previous revision of the release workflow, 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 workflow.1 parent 9b5d503 commit f186c2f
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 73 | | |
77 | 74 | | |
78 | 75 | | |
| |||
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
164 | | - | |
165 | 161 | | |
166 | 162 | | |
167 | 163 | | |
| |||
0 commit comments