bug: Fix issue with winget workflow max-versions (#554)

LGTM, thanks for fixing this.
This commit is contained in:
vikingnope 2025-11-01 19:15:42 +01:00 committed by GitHub
parent 2822a4a77d
commit c3f04b795d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -527,9 +527,9 @@ jobs:
--- ---
📅 **Build Date:** $(date -u "+%Y-%m-%d %H:%M:%S UTC") 📅 **Build Date:** $(date -u "+%Y-%m-%d %H:%M:%S UTC")
🔧 **Build Number:** ${{ github.run_number }} 🔧 **Build Number:** ${{ github.run_number }}
📝 **Commit:** ${{ github.sha }} 📝 **Commit:** ${{ github.sha }}
🌿 **Branch:** develop 🌿 **Branch:** develop
EOF EOF
@ -752,7 +752,7 @@ jobs:
include: include:
- build_type: release - build_type: release
identifier: DonutWare.Fladder identifier: DonutWare.Fladder
max_versions: "" max_versions: "0"
- build_type: nightly - build_type: nightly
identifier: DonutWare.Fladder.Nightly identifier: DonutWare.Fladder.Nightly
max_versions: "1" max_versions: "1"