summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/publish.yml
AgeCommit message (Collapse)Author
2026-05-03ci: only build electron desktop (#19067)Brendan Allan
2026-05-01desktop: sentry integration (#15300)Brendan Allan
Co-authored-by: Jay V <[email protected]>
2026-04-30ci: enable sourcemaps for beta releasesDax Raad
Generate linked sourcemaps when building beta releases to help users debug issues with readable stack traces.
2026-04-24ci: add platform-specific bun install flags (#23822)Brendan Allan
2026-04-14ci: ok one more timeDax Raad
2026-04-14ci: remove Tauri desktop builds from release workflow to simplify distributionDax Raad
2026-04-12ci: enable beta branch releases with auto-update supportDax Raad
2026-04-12ci: enable signed Windows builds on beta branchDax Raad
Allows beta releases to include properly signed Windows CLI executables, ensuring consistent security verification across all release channels.
2026-04-09ci: prevent beta branch builds from triggering production release stepsDax Raad
Skip Windows and Linux code signing, along with artifact downloads for the beta branch to ensure beta builds don't go through production release processes.
2026-04-09ci: skip winget publish on beta and ensure finalize always runsDax Raad
Beta releases no longer trigger unnecessary Winget submissions, and release finalization now completes even when some build artifacts are missing.
2026-03-28feat(ci): use Azure Artifact Signing for Windows releases (#15201)Luke Parker
2026-03-12feat(windows): add arm64 release targets for cli and desktop (#16696)Luke Parker
2026-03-11ci: setup node in tauri buildBrendan Allan
2026-03-04ci: remove electron beta requirementBrendan Allan
2026-03-04ci: only publish electron on betaBrendan Allan
2026-03-04desktop: add electron version (#15663)Brendan Allan
2026-02-26fix: most segfaults on windows with Bun v1.3.10 stable (#15181)Luke Parker
2026-02-24upgrade to bun 1.3.10 canary and force baseline builds always (#14843)Luke Parker
2026-02-20desktop: publish betas to separate repo (#14376)Brendan Allan
2026-02-17ci: fixed missing if condition (#13934)Goni Zahavy
2026-02-17ci: fixed Rust cache for 'cargo install' in publish.yml (#13907)Goni Zahavy
2026-02-16ci: fixed apt cache not working in publish.yml (#13897)Goni Zahavy
2026-02-02ci: use native ARM runner for faster Linux ARM buildsDax Raad
Switch from cross-compilation on x86_64 to native ARM runner, which improves build speed and reliability for Linux ARM binary distribution.
2026-02-02ci: reduce aarch64 build runner to 4 vcpu to lower infrastructure costsDax Raad
2026-02-02ciDax Raad
2026-01-30ci: increase ARM runner to 8 vCPUs for faster Tauri buildsDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-29ci: cache apt packages to reduce CI build times on ubuntuDax Raad
2026-01-29ciDax Raad
2026-01-29ciDax Raad
2026-01-29ciDax Raad
2026-01-29ciDax Raad
2026-01-29ciDax Raad
2026-01-29ciDax Raad
2026-01-29feat: add beta branch sync workflow for contributor PRs (#11190)Dax
2026-01-29ci (#11149)Dax
Co-authored-by: opencode <[email protected]>
2026-01-27Revert "ci: make tests passing a requirement pre-release"Frank
This reverts commit 8c00818108700b4aad81a9127d9e1e9adc8254bd.
2026-01-27ci: make tests passing a requirement pre-releaseAiden Cline
2026-01-12ci: don't continue-on-error in tauri actionBrendan Allan
2026-01-08ci: add retry logic to desktop build to handle intermittent failuresDax Raad