apify-cli icon indicating copy to clipboard operation
apify-cli copied to clipboard

`apify push` on old project structure fails

Open barjin opened this issue 10 months ago • 0 comments

Running apify-cli push on a project with root actor.json file results in an error:

Image

The file is still renamed, and the Actor is made on Platform, but the build never runs.

Subsequent apify-cli push call fails with a build error, since the Actor is already on the Platform. Using --force solves this issue.

Image

Encountered on npx apify-cli push with 0.21.1.

barjin avatar Feb 18 '25 15:02 barjin