Appian version manager error while "addContents"

Hi Team,

When I try to execute below command, I see an error. Can anyone help me on below.

command:

sh version-application.sh -action addContents -vc_username username -vc_password testPassw0rd -application_path "C:/Users/test-version-manager/tool_1645.zip" -commit_message “Automated Version Manager”

version-manager.properties

versionControlType=GIT
repoUrl=bitbucket-prod.company.com/test-version-manager.git
localRepoPath=C:/Users/test-version-manager
branchName=develop
commitMessage= "Appian Versioning Manager"
applicationPath=C:/Users/test-version-manager/tool_1645.zip  # THIS IS FULL PACKAGE
applicationName=Tool_1645

Error:

java.lang.IllegalStateException: Error: the zip file cannot be committed to the repository. The zip file contains one or more application xml files and the versioning tool has been invoked with the parameter -UUID signaling that it should be a patch.
at com.appiancorp.ps.automatedversioning.helper.RepoHelper.checkAppPatchZipIntegrity(RepoHelper.java:183)
at com.appiancorp.ps.automatedversioning.VCSAndBuildController.addContents(VCSAndBuildController.java:101)
at com.appiancorp.ps.automatedversioning.AutomatedVersioningManager.main(AutomatedVersioningManager.java:154)

  Discussion posts and replies are publicly visible