File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -595,7 +595,21 @@ jobs:
595595 - name : Create GitHub Release (attach assets)
596596 uses : softprops/action-gh-release@v2
597597 with :
598- generate_release_notes : true
598+ name : SentraCore ${{ github.ref_name }}
599+ body : |
600+ ## Highlights
601+ - Engine config is now **writable by default** on installed systems (prevents “stuck connecting” when the install directory is protected).
602+ - Release artifacts include `engine-config.json` for Windows/macOS/Linux builds.
603+ - Website: modern GitHub Pages landing site with direct-download buttons (via GitHub Releases API).
604+
605+ ## Downloads
606+ Grab the correct asset for your OS from the files attached to this release:
607+ - Windows: `SentraCore_Setup_v*.exe`
608+ - macOS: `SentraCore_macOS_*.zip`
609+ - Linux: `SentraCore_linux_*.AppImage`
610+
611+ ## Notes
612+ - If your system blocks the Releases API, the website buttons fall back to the Releases page.
599613 files : |
600614 artifacts/**/SentraCore_Setup_v*.exe
601615 artifacts/**/SentraCore_macOS_*.zip
You can’t perform that action at this time.
0 commit comments