What problem does it solve? Setting up cross-platform CI/CD for Tauri apps is error-prone: developers must juggle platform matrices, Linux system dependencies, Rust toolchains, caching, code signing secrets, and release automation. This Skill provides ready-to-adapt workflow configurations that handle all of these concerns. ## Core Features & Use Cases - Multi-Platform Build Matrices: Preconfigured GitHub Actions matrices for macOS (ARM and Intel), Ubuntu, and Windows using the official tauri-apps/tauri-action. - Release Automation: Tag-based and branch-based release workflows with draft releases, version placeholders, and artifact uploads. - Optimization & Signing: Rust and Node dependency caching, package manager variants (npm, pnpm, yarn), ARM build options, and macOS/Windows code signing environment setup. - Use Case: You have a Tauri app in a monorepo at apps/desktop and want every push to the release branch to produce signed installers for all platforms as a draft GitHub release. ## Quick Start Set up a GitHub Actions workflow that builds my Tauri app for macOS, Linux, and Windows and creates a draft release on each push to the release branch.