Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/local-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ After the local build succeeds, copy the same values into the GitHub repository
## 5. Windows installer check

The Windows x64 NSIS installer is not built by the local macOS validation script.
It is built and validated in CI by the **Windows** workflow (`windows.yml` →
Windows Build job), which uploads the installer as a workflow artifact:
It is built and published to GitHub Releases in CI by the `build-and-publish-windows`
job within `publish.yml`, which runs alongside the macOS release jobs. The
`tauri-action` merges the Windows entry into the same `latest.json` as macOS
for the in-app updater:

- `src-tauri/target/release/bundle/nsis/*-setup.exe`

There is no automated Windows release publishing yet; macOS publishes the signed
updater manifest (`latest.json`) via `publish.yml`.
The same secrets and environment variables used for macOS release publishing
are required for Windows.
Loading