Debug-app.apk missing after the build is successfull

I am trying to release a version (on GitHub releases) every time I push my code to the repo. The build is successful but apk isn’t generated.

Here is my travis.yml

Here is the log of the build

As you can see here that the apk is missing. Any help will be appreciated. Thank you :blush:

Add some diagnostic commands to your .travis.yml that would run after the build but before the deployment and check if this file is actually being created where you are expecting it to.

Without seeing your actual build, can’t say anything else.