Teamcity: Push zip package to Octopus - can't get it to work

Hi,

We’re trying to test using Zip files instead of Nuget. Until now, Octopus has fetched the Nuget from the Teamcity feed, but as I read it, this is not possible using Zip files. Is that correct?

Next, I’m trying to push these Zip files to Octopus feed using the Teamcity “OctopusDeploy: Push packages” functionality. But no matter what I specify in the “Package path” - it always ends up with this error:

[Octopus Deploy] Handshake successful. Octopus version: 3.4.7; API version: 3.0.0
[Octopus Deploy] Please specify a package to push

I have the Zip files as artifacts but I have also tried to specify the file(s) directly, e.g. “%system.teamcity.build.checkoutDir%\zip\*.zip”. Can you somehow guide me here?

Thanks.

My bad (or bad logging :)) - I was missing the dependencies for the runner to actually get the zip files.