Fix user version parameter

This commit is contained in:
Marco 2025-02-24 21:56:57 +01:00
commit ad69718ffc

View file

@ -22,4 +22,4 @@ Compress-Archive -Path "$buildDir\*" -DestinationPath $zipFilePath -Force
Write-Host "Build completed and packaged as $zipFilePath"
& $butlerPath push $zipFilePath maddoscientisto/cirno-no-reason:windows$PreReleaseLabel --useversion $fullSemVer
& $butlerPath push $zipFilePath maddoscientisto/cirno-no-reason:windows$PreReleaseLabel --userversion $fullSemVer