Build output cannopt be found during YAML script run #2233
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Android (Kotlin) Steps to reproduceI have tried different configurations in my YAML script to wait for the aab file to be created so it can be signed and published to Google Play store but the script always fails as it seems like it's trying to look for it but never find it. The strange thing is that I have tried as well logging into the build machine and I was able to confirm after the YAML script fails, that indeed the aab file is created at the CM_BUILD_OUTPUT_DIR location Expected resultsI'm expecting the script to use the output aab file and continue with the signing process Actual resultsIt looks like the script is unable to find it, even when adding a while loop that keeps on waiting for the file to be created Build id (optional)6569282b5c74e3c12a9eefdb |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @teacherjoseluis, the artifact at |
Beta Was this translation helpful? Give feedback.
Hi @teacherjoseluis, the artifact at
CM_BUILD_OUTPUT_DIR
is available; once the publishing step is completed, the above build ID doesn't reach that stage.You can refer to
- app/build/outputs/**/*.aab
for your use case.