FIXED!: Drag & Drop Issue Status & Workaround

As mentioned here, using the CLI is not an option for me:
“Using the CLI is not an option, because it’s a Blazor app and Node.js is not installed as instructed on the “Get started with Netlify CLI” site.”

Maybe there is a better way to upload. Let me describe my process. If you think, it can be improved, don’t hesitate to tell me:
It is a Blazor PWA. I use Visual Studio 2022 and github. Before I publish, I run an Excel marco, that works as an obfuscator. As an example, it renames all variables to v + a number, e. g. var price = 123d; is replaced by var v1 = 123d;. After creating the publish files, I undo all the changes, because obviously I do not want to work with these cryptic variable names. This is important, because I do not commit nor push the obfuscated code.

Thanks

Philipp