Skip to content

CE: Add Tauri desktop release workflow#290

Merged
ericflo merged 1 commit intomainfrom
ce/desktop-release-workflow
Apr 15, 2026
Merged

CE: Add Tauri desktop release workflow#290
ericflo merged 1 commit intomainfrom
ce/desktop-release-workflow

Conversation

@ericflo
Copy link
Copy Markdown
Owner

@ericflo ericflo commented Apr 15, 2026

What

Add GitHub Actions workflow for building and publishing platform-specific desktop installers via Tauri.

Details

  • Triggered on desktop-v* tags (separate from existing v* server releases)
  • Builds .deb/.AppImage (Linux), .dmg (macOS), .msi/.exe (Windows)
  • Uses tauri-apps/tauri-action@v0 for build and GitHub Release upload
  • Installs required system deps on Linux (libwebkit2gtk, libgtk-3, etc.)
  • Uses rustup show to pick up toolchain from rust-toolchain.toml
  • Rust cache keyed per platform

Test plan

  • CI passes (no workspace-level changes)
  • Manual: push a desktop-v0.1.0 tag after merge to test builds

@ericflo ericflo merged commit f7ed910 into main Apr 15, 2026
12 checks passed
@ericflo ericflo deleted the ce/desktop-release-workflow branch April 15, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant