Try to add UI links to rolling release

This commit is contained in:
Matt Nadareski
2025-10-26 21:46:39 -04:00
parent ba73479837
commit abe00fe132
2 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Run publish script
run: ./publish-nix.sh -dp
- name: Update rolling tag
run: |
git config user.name "github-actions[bot]"
@@ -45,7 +45,10 @@ jobs:
with:
allowUpdates: True
artifacts: "*.nupkg,*.snupkg,*.zip"
body: 'Last built commit: ${{ github.sha }}'
body: 'Last built commit: ${{ github.sha }}
[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
replacesArtifacts: True

View File

@@ -53,6 +53,7 @@
- Stop using long name for default system setting
- Updated Polish translation
- Fix rolling tag
- Try to add UI links to rolling release
### 3.5.0 (2025-10-10)