Skip to content

Commit e375ae4

Browse files
committed
add fix for artifact debug
1 parent f2653b1 commit e375ae4

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
@@ -41967,7 +41967,7 @@ class ArtifactManager {
4196741967
const uploadResult = await artifactClient.uploadArtifact(
4196841968
artifactName,
4196941969
[`report.html`],
41970-
artifactDir,
41970+
'browserstack-artifacts',
4197141971
{ continueOnError: true }
4197241972
);
4197341973

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ArtifactManager {
5757
const uploadResult = await artifactClient.uploadArtifact(
5858
artifactName,
5959
[`report.html`],
60-
artifactDir,
60+
'browserstack-artifacts',
6161
{ continueOnError: true }
6262
);
6363

0 commit comments

Comments
 (0)