Commit d76b4c8
committed
CI(win): match platform dirs by -name, not -path
The -path '*/lib/{linux,darwin,mac}' glob silently matched nothing on
Windows runners despite the dirs existing (Git Bash find vs deeply
nested node_modules paths). Switch to -name matching by directory
name — what the prebuilds cleanup above already does successfully.1 parent 2b3ef19 commit d76b4c8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments