mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
bug: Fix issue with winget workflow max-versions (#554)
LGTM, thanks for fixing this.
This commit is contained in:
parent
2822a4a77d
commit
c3f04b795d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue