Commit 1762559
committed
fix: resolve double-prefixed path in .unitypackage generation
metaList paths were absolute (upm-package/...) but project-folder
also prepended upm-package/, causing ENOENT. Now writes paths
relative to upm-package/ so the action resolves them correctly.1 parent 6a78fdd commit 1762559
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
0 commit comments