Hi all,
I'm using the pipelines on bitbucket for my ci/cd.
Now I have trouble with artifacts. I already build successful my app and I want to save the .apk file to artifacts. But when I open the artifacts in pipelines, I cannot find anything.
Please help me.
This is my pipelines, and notification in artifacts:
Artifacts:
Hello @An Le ,
Welcome to the Community.
As the documentation reads, use paths relative to the build directory. The absolute path in your example is causing the problem I believe. It should rather be this I think:
artifacts:
- android/app/build/outputs/apk/release/**
Hope this helps.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.