Commit 369082a
fix(action): download binary to workspace disk + add df diagnostics
Both `gh release download` and the curl fallback failed with a *write* error
(`curl: (23) Failure writing output to destination`) when fetching the ~100MB
self-contained binary into RUNNER_TEMP, which on some runners is backed by a
small tmpfs. Download into a `.netdocs-bin` dir under GITHUB_WORKSPACE (the
main checkout volume) instead, and print `df -h` for the target so any
remaining space issue is diagnosable.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 628c7de commit 369082a
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
86 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
90 | | - | |
91 | | - | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| |||
116 | 123 | | |
117 | 124 | | |
118 | 125 | | |
| 126 | + | |
119 | 127 | | |
120 | 128 | | |
121 | 129 | | |
| |||
0 commit comments