Skip to content

Commit 7c0b532

Browse files
committed
add fix for artifact debug
1 parent 96b6c96 commit 7c0b532

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
@@ -41965,7 +41965,7 @@ class ArtifactManager {
4196541965
const uploadResult = await artifactClient.uploadArtifact(
4196641966
artifactName,
4196741967
['report.html'],
41968-
process.cwd()+"/browserstack-artifacts",
41968+
"/browserstack-artifacts",
4196941969
{ continueOnError: true }
4197041970
);
4197141971

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ArtifactManager {
5555
const uploadResult = await artifactClient.uploadArtifact(
5656
artifactName,
5757
['report.html'],
58-
process.cwd()+"/browserstack-artifacts",
58+
"/browserstack-artifacts",
5959
{ continueOnError: true }
6060
);
6161

0 commit comments

Comments
 (0)