Commit 98a4ef5
fix: remove redundant gh release upload from build step
The github-release job already downloads build artifacts and uploads
them via softprops/action-gh-release. The gh release upload in build.ts
was racing against release creation and failing with "release not found".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9ac21d0 commit 98a4ef5
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
0 commit comments