Set release tag for winget

This commit is contained in:
PartyDonut 2025-08-28 18:26:23 +02:00
parent be6189f2f5
commit c05dba7f85

View file

@ -764,3 +764,4 @@ jobs:
installers-regex: 'Fladder-Windows-.*-Setup\.exe$'
token: ${{ secrets.WINGET_TOKEN }}
max-versions-to-keep: ${{ matrix.max_versions || '' }}
release-tag: ${{ matrix.build_type == 'nightly' && env.NIGHTLY_TAG || github.ref_name }}