From ad69718ffc5bf3de19f55af062c337be2797f77b Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 24 Feb 2025 21:56:57 +0100 Subject: [PATCH] Fix user version parameter --- Publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Publish.ps1 b/Publish.ps1 index c24d0dec..9c396010 100644 --- a/Publish.ps1 +++ b/Publish.ps1 @@ -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 \ No newline at end of file +& $butlerPath push $zipFilePath maddoscientisto/cirno-no-reason:windows$PreReleaseLabel --userversion $fullSemVer \ No newline at end of file