Skip to content

Commit daa63f3

Browse files
committed
add fix for artifact debug
1 parent 7410733 commit daa63f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserstack-report-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41964,7 +41964,7 @@ class ArtifactManager {
4196441964
// core.info(`Copied report to ${cwdPath}`);
4196541965
const uploadResult = await artifactClient.uploadArtifact(
4196641966
artifactName,
41967-
[`${artifactDir}/report.html`],
41967+
[`report.html`],
4196841968
artifactDir,
4196941969
{ continueOnError: true }
4197041970
);

browserstack-report-action/src/utils/ArtifactManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ArtifactManager {
5454
// core.info(`Copied report to ${cwdPath}`);
5555
const uploadResult = await artifactClient.uploadArtifact(
5656
artifactName,
57-
[`${artifactDir}/report.html`],
57+
[`report.html`],
5858
artifactDir,
5959
{ continueOnError: true }
6060
);

0 commit comments

Comments
 (0)