Please_help_deploy to bitrise is not fullfiled

I got the message No Apps generated during the build. You can add a Deploy to Bitrise.io step to your Workflow with your app’s [Workflow Editor]with that the generated app and other artifacts will be available here.

but in my Workflow, i put task deploy to bitrise
this is my workflows:
primary:
steps:
- activate-ssh-key@4:
run_if: ‘{{getenv “SSH_RSA_PRIVATE_KEY” | ne “”}}’
- git-clone@4: {}
- deploy-to-bitrise-io@1:
inputs:
- notify_email_list: “$gashek”
is_always_run: false

please tell me what is wrong? why the task deploy to bitrise is not fulfilled

Hey @andrey7,

The error message suggests that there is nothing to deploy. There is no build step in your workflow that would create the app file. Please check out our Getting started guide for platform-specific workflows.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.