fastlane-plugin-s3 icon indicating copy to clipboard operation
fastlane-plugin-s3 copied to clipboard

uploading files is inconsistent when using `path`

Open davibe opened this issue 3 years ago • 0 comments

Considering I want to upload App.apk and file.zip

If I use path: "test" => the apk will be uploaded as testApp.apk while the files will be stored in test/file.zip

If I use path: "test/" => the apk will be uploaded as test/App.apk while the files will NOT be uploaded

This is because the path is handled inconsistently for uploading files and apk

davibe avatar Jun 11 '21 12:06 davibe