Commit b7139ef
committed
fix GitHub Actions release workflow to collect artifacts from all platforms
The workflow was failing to find distribution files because:
- Each OS build ran in isolation (matrix strategy)
- Release step ran in each job but only had that platform's artifacts
- No artifact sharing between jobs
Changes:
- Added artifact upload step after each platform build
- Created separate release job that depends on all builds
- Release job downloads all artifacts and creates unified release
- Set merge-multiple: true to combine artifacts from all platforms1 parent 8077935 commit b7139ef
1 file changed
Lines changed: 32 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
86 | 112 | | |
87 | 113 | | |
88 | 114 | | |
| |||
94 | 120 | | |
95 | 121 | | |
96 | 122 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
102 | 129 | | |
103 | 130 | | |
0 commit comments