Slight tweak to automatic UI links

This commit is contained in:
Matt Nadareski
2025-10-26 22:01:10 -04:00
parent abe00fe132
commit 4bad66e706
2 changed files with 4 additions and 0 deletions

View File

@@ -47,7 +47,10 @@ jobs:
artifacts: "*.nupkg,*.snupkg,*.zip"
body: 'Last built commit: ${{ github.sha }}
## UI Builds
[Windows x64 UI Release](https://github.com/SabreTools/MPF/releases/download/rolling/MPF.UI_net9.0-windows_win-x64_release.zip)
[Windows x64 UI Debug](https://github.com/SabreTools/MPF/releases/download/rolling/MPF.UI_net9.0-windows_win-x64_debug.zip)'
name: 'Rolling Release'
prerelease: True

View File

@@ -54,6 +54,7 @@
- Updated Polish translation
- Fix rolling tag
- Try to add UI links to rolling release
- Slight tweak to automatic UI links
### 3.5.0 (2025-10-10)