Octopus Deploy not intepreting zip archive names correctly

Our archives are named in the format -.zip
For eg, foo-1.3.0.140.zip

So when our build server pushes packages via octo.exe, I was expecting Octopus Deploy to interpret foo as Package ID and 1.3.0.140 as version and zip as extension. However it is taking foo-1 as package ID and 3.0.140 as version number.

Is there any workaround for Octopus Deploy to take right Package ID other than renaming packages as we are using that naming convention from many years.

Thanks

Hi,

Thanks for getting in touch! When using octo.exe the Package ID is read before the first number after the first full stop. You will need something like foo.1.3.0.140.zip as you are unable to use - as a separator.
That means you can also do something like foo.web.1.3.0.140.zip
There is a lot more information about the requirements of SemVer at the following link. http://semver.org/

Please try that and let me know how you go.

Regards,
Daniel