Can not create report folder by running command line

I see difference of running project between Command line and UiPath Studio.
In project, I use Reporter for UiPath packages to create report.

With running project via UiPath Studio, after executing, I see report folder.
But, with running project via command line, there is not any new report folder.
Could anyone please help me solve this?

Hi Tiến Anh @TeaA ,
You run Bot by bat file?
Let check main file,
run by studio and bat file the same
Regards,
LNV

i just run by command line script.
Here my script. I run them sequently.
C:\Users\RNN8HC\AppData\Local\Programs\UiPath\Studio\UiRobot.exe pack “C:\Users\RNN8HC\Desktop\SAPTestAutomationProject\project.json” --output “C:\Users\RNN8HC\Desktop\SAPTestAutomationProject” -v 1.0.145269011

C:\Users\RNN8HC\AppData\Local\Programs\UiPath\Studio\UiRobot.exe execute --file “C:\Users\RNN8HC\Desktop\SAPTestAutomationProject\SAPTestAutomationProject.1.0.145269011.nupkg” --entry “TC001_PurchasingOrder.xaml”


This is report folder after running on studio(image above)

With Create report activity, i set relative path to locate report folder.

Is there anything wrong?