mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
electron-builder's NSIS target does not produce a `.blockmap` file unless `differentialPackage: true` is configured (it is not in this project). The release-stable lane was unconditionally requiring, copying, and listing the blockmap, which made the win build job fail even after the installer was successfully produced. release-beta.yml already runs without expecting a blockmap, so align release-stable.yml with it: drop the blockmap variables, the existence check, the copy, and the summary mention. The win NSIS installer + sha256 + latest.yml are produced unchanged and match what release-beta has been shipping. |
||
|---|---|---|
| .. | ||
| ci.yml | ||
| discord-resolved.yml | ||
| landing-page-ci.yml | ||
| landing-page-deploy.yml | ||
| metrics.yml | ||
| refresh-contributors-wall.yml | ||
| release-beta.yml | ||
| release-stable.yml | ||