File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -41961,11 +41961,10 @@ class ArtifactManager {
4196141961 return `File saved locally at: ${filePath}`;
4196241962 }
4196341963 const artifactName = `browserstack`;
41964- const fileNPath = path.join('browserstack-artifacts', fileName);
4196541964 const uploadResult = await artifactClient.uploadArtifact(
4196641965 artifactName,
41967- [path.resolve(fileNPath)],
41968- path.resolve('browserstack-artifacts'),
41966+ [filePath],
41967+ // artifactDir,
4196941968 { continueOnError: true }
4197041969 );
4197141970
Original file line number Diff line number Diff line change @@ -51,11 +51,10 @@ class ArtifactManager {
5151 return `File saved locally at: ${ filePath } ` ;
5252 }
5353 const artifactName = `browserstack` ;
54- const fileNPath = path . join ( 'browserstack-artifacts' , fileName ) ;
5554 const uploadResult = await artifactClient . uploadArtifact (
5655 artifactName ,
57- [ path . resolve ( fileNPath ) ] ,
58- path . resolve ( 'browserstack-artifacts' ) ,
56+ [ filePath ] ,
57+ // artifactDir,
5958 { continueOnError : true }
6059 ) ;
6160
You can’t perform that action at this time.
0 commit comments