Commit 87abb9c
fix(ci): fix release job losing build artifacts
Two bugs introduced in 0254b74 caused releases to have no usable apps:
1. actions/checkout@v6 does not exist — changed to @v4
2. Checkout step ran after packaging, and git clean (default) deleted
the zip files before the release step could upload them.
Moved checkout+changelog before download-artifact so packaging
happens after checkout and zips survive until the release step.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 0254b74 commit 87abb9c
1 file changed
Lines changed: 17 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 79 | | |
96 | | - | |
| 80 | + | |
97 | 81 | | |
98 | 82 | | |
99 | 83 | | |
| |||
144 | 128 | | |
145 | 129 | | |
146 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments