Commit 49ced88
Claude
Improve release artifact naming for all platforms
Changed naming format from libasyncprocess-{arch}-{OS}.a to
libasyncprocess.{os}.{arch}.a for better consistency:
- libasyncprocess.darwin.aarch64.a
- libasyncprocess.darwin.x86_64.a
- libasyncprocess.linux.aarch64.a
- libasyncprocess.linux.x86_64.a
Also added verbose logging to the release preparation step to show:
- All found .a files in artifacts
- Each file being copied and its destination
- Final list of release files
This ensures all 4 platform binaries are uniquely named and uploaded.1 parent 795dd05 commit 49ced88
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
208 | 212 | | |
209 | | - | |
210 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
211 | 219 | | |
212 | | - | |
213 | | - | |
| 220 | + | |
| 221 | + | |
214 | 222 | | |
215 | 223 | | |
216 | 224 | | |
| |||
0 commit comments