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 47c3991 commit a58af3cCopy full SHA for a58af3c
browserstack-report-action/dist/index.js
@@ -41957,7 +41957,7 @@ class ArtifactManager {
41957
41958
const uploadResult = await artifactClient.uploadArtifact(
41959
artifactName,
41960
- [filePath],
+ [fileName],
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