Fix computation of latest version from GH CLI.

This commit is contained in:
Patrick Lehmann
2025-09-30 09:02:50 +02:00
parent 438207a68d
commit b61f479180
2 changed files with 7 additions and 6 deletions

View File

@@ -260,7 +260,7 @@ jobs:
currentMSYS2Version = "3.12"
currentAlphaVersion = "3.14"
currentAlphaRelease = "3.14.0-rc.2"
currentAlphaRelease = "3.14.0-rc.3"
if systems == "":
print("::error title=Parameter::system_list is empty.")