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