Fix E2E test report upload URL (#2776)
* Fix E2E test report upload URL
This commit is contained in:
@@ -51,7 +51,7 @@ async function saveArtifacts() {
|
||||
filesToUpload,
|
||||
10,
|
||||
async.asyncify(async (file) => {
|
||||
const Key = file.replace(uploadPath, s3Folder);
|
||||
const Key = file.replace(uploadPath, s3Folder).replaceAll('\\', '/');
|
||||
const contentType = mime.lookup(file);
|
||||
const charset = mime.charset(contentType);
|
||||
|
||||
|
Reference in New Issue
Block a user