From 4bad66e706e7a83c0d096ddd2e5748e476300a0d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 26 Oct 2025 22:01:10 -0400 Subject: [PATCH] Slight tweak to automatic UI links --- .github/workflows/build_and_test.yml | 3 +++ CHANGELIST.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 2bd628e2..f3911236 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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 diff --git a/CHANGELIST.md b/CHANGELIST.md index 5fcecb18..f808ed2e 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -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)