Commit 6e0ec3d
Fix artifact download path in publish workflow
Download artifacts to packages/ directory instead of root directory
so dist files end up in the correct location for npm publish.
The artifacts structure is:
- core/dist/
- wrapper/dist/
And they need to be at:
- packages/core/dist/
- packages/wrapper/dist/
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 5a3146e commit 6e0ec3d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments