Commit a4040fc
committed
fix: correct FreeSans font tar member path
The GNU freefont OTF archive uses directory name 'freefont-20120503/',
not 'freefont-otf-20120503/'. The wrong member filter caused tar to
fail with 'Not found in archive', and set -euo pipefail killed the
entire stage step. Also split the curl|tar pipeline so a download
failure doesn't abort the step, letting the warning fallback work.1 parent d31db66 commit a4040fc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
| 366 | + | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
0 commit comments