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