Commit cbcf420
fix(ci): fix Linux artifact names and consolidate all CI fixes (#2144)
- Replace broken sslcom/esigner-codesign action with direct CodeSignTool
jar invocation via Java (the action fails to pass credentials)
- Use staging AWS credentials for non-release branches, production for
release branch
- Fix Linux artifact filenames: .deb uses amd64, .AppImage uses x86_64
(not x64 as previously assumed)
- Update portal download constants to match actual .deb filename
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 884e0d2 commit cbcf420
2 files changed
Lines changed: 12 additions & 12 deletions
File tree
- .github/workflows
- apps/portal/src/app/api/download-agent
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
0 commit comments