Commit daa5e94
committed
CI: fix error in download-artifact action
The download-artifact action tries to download all artifacts, but fails
if an artifact is not in zip format. At some point something decided to
start uploading Docker build summary, which is not in zip format,
causing this problem.
[Insert rant about Github Actions here]
actions/toolkit#1874 (review)1 parent 774f760 commit daa5e94
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments