How to package yaml file in unreal engine project?

Hello,

I am working on a project where I use .yaml format file.
image

I have it in config folder and when I play on editor, it works fine.
However, when I package the project, the .yaml file is not included.

Is there a way to fix this problem? I need to have .yaml file in the packaged project.

Thanks