Commit 413a8c6
committed
fix(ci): correct SEA binary cache path to match build workflow
The build-sea.yml workflow caches `dist/sea/` but the CI workflow
was trying to restore `dist/`. This path mismatch caused the cache
to not be restored properly.
Changed cache path from:
packages/node-sea-builder/dist/
To:
packages/node-sea-builder/dist/sea/
This matches the cache path used in build-sea.yml line 464.1 parent 913d45c commit 413a8c6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments