ci: 新增 Windows 桌面端内测构建
This commit is contained in:
@@ -154,6 +154,16 @@ Windows validation must cover:
|
||||
- notification and updater compilation;
|
||||
- future code-signing requirements.
|
||||
|
||||
The manual internal Windows validation workflow lives at
|
||||
`.github/workflows/desktop-windows-internal.yml`. It is `workflow_dispatch`
|
||||
only, runs on `windows-latest`, injects `VITE_BUILD_CHANNEL` and
|
||||
`VITE_BUILD_COMMIT` from the selected branch context, executes the shared client
|
||||
and Desktop safety gates, builds an unsigned NSIS installer with updater
|
||||
artifacts disabled, and uploads the `.exe` plus `SHA256SUMS.txt` as a GitHub
|
||||
Actions artifact. This workflow is for internal compatibility verification
|
||||
only; it must not generate `latest.json`, update feeds, signed release
|
||||
directories, or formal Windows release artifacts.
|
||||
|
||||
## Required Checks
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user