Commit d9fa377
committed
Remove unused job outputs from release workflow
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 workflow more difficult to understand and maintain. For this reason, the
vestigial code is hereby removed from the workflow.1 parent d0fcc98 commit d9fa377
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
| |||
0 commit comments