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