Commit 46584fe
committed
fix(release): upload cli LICENSE artifact for npm publish
The build-rust job generates the merged LICENSE (with bundled dependency
notices) but only uploads dist/ as an artifact. The Release job does a
fresh checkout where the generated LICENSE doesn't exist, so pnpm
auto-copies the root MIT-only LICENSE instead.
Upload the cli LICENSE as a separate artifact and download it in the
Release job before publishing.1 parent df3daae commit 46584fe
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
163 | 173 | | |
164 | 174 | | |
165 | 175 | | |
| |||
212 | 222 | | |
213 | 223 | | |
214 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
215 | 232 | | |
216 | 233 | | |
217 | 234 | | |
| |||
0 commit comments