ryand56 / r2-upload-action

GitHub Action to upload files or directories to a Cloudflare R2 bucket (or another S3 compatible API), built on top of @aws-sdk/client-s3 in TypeScript.
MIT License
32 stars 24 forks source link

Wrong upload path under Windows #471

Open lilingfengdev opened 1 week ago

lilingfengdev commented 1 week ago

Using the R2 Upload Action under Windows is that the file delimiter is converted to the wrong delimiter

For example, a/b is converted to a\b, causing the file to not be uploaded to the correct directory

ryand56 commented 1 week ago

I haven't taken into consideration running the action under Windows as most people will use Linux running this GitHub Action. However, I could add it quickly if you want.

lilingfengdev commented 1 week ago

Thank you

yoshiomiyamae commented 4 days ago

I faced the same problem today. We build a ClickOnce application (which is a kind of .NET Application) and push it to R2, and then clients install the application from R2. I really want this feature too.

ryand56 commented 4 days ago

Sorry, I have been busy with studies but I'll push an update as soon as I can