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 7410733 commit daa63f3Copy full SHA for daa63f3
browserstack-report-action/dist/index.js
@@ -41964,7 +41964,7 @@ class ArtifactManager {
41964
// core.info(`Copied report to ${cwdPath}`);
41965
const uploadResult = await artifactClient.uploadArtifact(
41966
artifactName,
41967
- [`${artifactDir}/report.html`],
+ [`report.html`],
41968
artifactDir,
41969
{ continueOnError: true }
41970
);
browserstack-report-action/src/utils/ArtifactManager.js
@@ -54,7 +54,7 @@ class ArtifactManager {
54
55
56
57
58
59
60
0 commit comments