We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b6c96 commit 7c0b532Copy full SHA for 7c0b532
2 files changed
browserstack-report-action/dist/index.js
@@ -41965,7 +41965,7 @@ class ArtifactManager {
41965
const uploadResult = await artifactClient.uploadArtifact(
41966
artifactName,
41967
['report.html'],
41968
- process.cwd()+"/browserstack-artifacts",
+ "/browserstack-artifacts",
41969
{ continueOnError: true }
41970
);
41971
browserstack-report-action/src/utils/ArtifactManager.js
@@ -55,7 +55,7 @@ class ArtifactManager {
55
56
57
58
59
60
61
0 commit comments