Commit 38f087e
committed
ci: extract Electron with system unzip (extract-zip drops the binary)
The downloaded electron zip is complete and valid (96MB, integrity OK), but
electron's postinstall via extract-zip leaves node_modules/electron/dist without
the electron binary on this runner, so launch fails. Let install.js fetch the
zip into the cache, then extract it with the system unzip and write path.txt.
Note: AI-assisted (Claude Code). Diagnosed from CI: zip ZIP_OK + 74 files but
dist/electron 'No such file'; extract-zip is the failing step, system unzip is
the workaround.1 parent c5e21af commit 38f087e
1 file changed
Lines changed: 13 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments