We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58af3c commit 408dbd0Copy full SHA for 408dbd0
browserstack-report-action/dist/index.js
@@ -41957,7 +41957,7 @@ class ArtifactManager {
41957
41958
const uploadResult = await artifactClient.uploadArtifact(
41959
artifactName,
41960
- [fileName],
+ [filePath],
41961
artifactDir,
41962
{ continueOnError: true }
41963
);
browserstack-report-action/src/utils/ArtifactManager.js
@@ -47,7 +47,7 @@ class ArtifactManager {
47
48
49
50
51
52
53
0 commit comments