Commit 87f015b
committed
fix(ci): exclude CI artifacts/ directory from release ZIPs (#12)
download-artifact@v4 dumps raw build outputs (~159MB) into artifacts/
which was never excluded from the zip commands. Release ZIP bloated
from ~5MB to ~49MB as a result.1 parent dc6e6a0 commit 87f015b
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
0 commit comments