Newline issue in Windows during secrets upload

I was recently trying the doppler CLI out on windows I used the command

doppler secrets upload .env

to update my secrets on remote with my current .env file

In windows I see every secret value has a newline added at the end, however my secrets file does not have any extra newline after any of the env, even the last env does not have any new line after it but even then the value on the dashboard is having a newline it seems.

Looks to me there is some issue parsing the line endings of Windows (because even the last env value which in my local doesnt have a nweline at its end is having a newline in the dashboard vaue),

Is there any flag or format that i need to pass for Windows specifically ?

Note: Same env file when I copy paste the contents (not the file) to my mac and then upload its working fine, no newline in the uploaded value