Commit 2a41ea1
ci: remove redundant release artifact download (#1445)
Remove an unconfigured `download-artifact` step from the release build
matrix.
Without `name`, `pattern`, or `path`, the action downloads all
current-run artifacts into the workspace. The build job does not consume
those artifacts, so this only adds unnecessary API/network/disk work and
can leave unrelated files in the checkout.
Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>1 parent 1c693c2 commit 2a41ea1
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments