-
In my project, I try to run But for some reason, I got the following error:
Which I don't understand, since I provide (and double checked):
What did I miss? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
mregnauld
Feb 9, 2023
Replies: 1 comment
-
I found the solution: I have to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mregnauld
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the solution: I have to
cd $CM_BUILD_DIR/android/
in each script, and not only in the first script of the workflow.