Draft
Add CI workflow to build Tauri app artifact for PRs and master#266
Conversation
Copilot created this pull request from a session on behalf of
OJFord
June 7, 2026 21:10
View session
OJFord
requested changes
Jun 7, 2026
Copilot
AI
changed the title
Add CI workflow to build and publish Tauri artifacts for PRs and master
Add CI workflow to build Tauri app artifact for PRs and master
Jun 7, 2026
OJFord
reviewed
Jul 10, 2026
Contributor
Author
Co-authored-by: OJFord <3946014+OJFord@users.noreply.github.com>
Co-authored-by: OJFord <3946014+OJFord@users.noreply.github.com>
OJFord
force-pushed
the
copilot/add-build-workflow-for-tauri-app
branch
from
August 11, 2026 20:34
c89f97e to
a6cee66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a dedicated GitHub Actions build workflow for the Tauri desktop app so PRs and
masterproduce a reusable build artifact. It sets up the Linux build environment, uses the existing repo build entrypoint, and uploads the built app binary for later release automation.Workflow scope
.github/workflows/build.ymlmasterBuild job
just,tauri-cli, the repo-specificlibnotmuch-dev, and the Tauri Linux prerequisite packages from the upstream docsArtifact output
just build-debugcommandtarget/debug/amailBuild invocation