How can I publish artifacts named .nuxt dir to next step?
I tried to publish artifacts that it's needed when deploying.
My bitbucket-pipeline.yml is like that
artifacts:
- dist/**
- .nuxt
However, the .nuxt directory was not passed to next step.
I think artifacts is not working with . (dot) named directory.
I have exactly the sam issue with a dot in directory name like XXXX.YYYYY. Have you found the solution to fix this?
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.