File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41964,8 +41964,8 @@ class ArtifactManager {
4196441964 // core.info(`Copied report to ${cwdPath}`);
4196541965 const uploadResult = await artifactClient.uploadArtifact(
4196641966 artifactName,
41967- [' report.html' ],
41968- "/browserstack-artifacts" ,
41967+ [`${artifactDir}/ report.html` ],
41968+ artifactDir ,
4196941969 { continueOnError: true }
4197041970 );
4197141971
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ class ArtifactManager {
5454 // core.info(`Copied report to ${cwdPath}`);
5555 const uploadResult = await artifactClient . uploadArtifact (
5656 artifactName ,
57- [ ' report.html' ] ,
58- "/browserstack-artifacts" ,
57+ [ ` ${ artifactDir } / report.html` ] ,
58+ artifactDir ,
5959 { continueOnError : true }
6060 ) ;
6161
You can’t perform that action at this time.
0 commit comments