Commit acdd056
committed
fix(wasm-solana): include pkg/ in artifact upload to preserve dist/ path
The upload-artifact action uses the least common ancestor of all paths
as the artifact root. With only dist/ specified, the artifact structure
loses the dist/ prefix, causing files to be extracted to the wrong
location during publish.
Adding pkg/ (matching wasm-utxo's pattern) ensures the common ancestor
is packages/wasm-solana/, preserving the dist/ directory structure.1 parent b239b00 commit acdd056
File tree
2 files changed
+2
-1
lines changed- .github/workflows
- packages/wasm-solana/js
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments