Is there an API command to push a new build for an existing app from a zip file? I tried:
curl -X POST -k -F file=@filename.zip -u email@address.com:password https://build.phonegap.com/api/v0/app...
and received error:
{"error":"app #{appid} is not repo backed"}
curl -X POST -k -F file=@filename.zip -u email@address.com:password https://build.phonegap.com/api/v0/app...
and received error:
{"error":"app #{appid} is not repo backed"}
