Thanks for reaching out. TeamCity makes the Artifact available only after the build has finished. So when the “Create Release” step runs, the .91 artifact is still not available so Octopus finds .90 as the latest one.
To solve this, separate your process into 2 build configurations:
Thanks for reply, I’ve just change the parameter ‘Execute’ of the Release step from ‘If all previous steps finished successfully’ to ‘Only if build status is successful’ and it’s work.
I’ve try to look at yours recommendations, but I really do not know how do with artifact.