Skip to content

Commit 6a72559

Browse files
committed
add fix for artifact debug
1 parent f8d1609 commit 6a72559

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
const uploadResult = await artifactClient.uploadArtifact(
4196541965
artifactName,
4196641966
[filePath],
41967-
// artifactDir,
41967+
artifactDir,
4196841968
{ continueOnError: true }
4196941969
);
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
const uploadResult = await artifactClient.uploadArtifact(
5555
artifactName,
5656
[filePath],
57-
// artifactDir,
57+
artifactDir,
5858
{ continueOnError: true }
5959
);
6060

0 commit comments

Comments
 (0)