Skip to content

Commit 408dbd0

Browse files
committed
add fix for artifact
1 parent a58af3c commit 408dbd0

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
@@ -41957,7 +41957,7 @@ class ArtifactManager {
4195741957

4195841958
const uploadResult = await artifactClient.uploadArtifact(
4195941959
artifactName,
41960-
[fileName],
41960+
[filePath],
4196141961
artifactDir,
4196241962
{ continueOnError: true }
4196341963
);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ArtifactManager {
4747

4848
const uploadResult = await artifactClient.uploadArtifact(
4949
artifactName,
50-
[fileName],
50+
[filePath],
5151
artifactDir,
5252
{ continueOnError: true }
5353
);

0 commit comments

Comments
 (0)