We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98cb7c commit fc99af6Copy full SHA for fc99af6
.github/workflows/playwright.yml
@@ -72,7 +72,7 @@ jobs:
72
uses: actions/upload-artifact@v2
73
with:
74
name: html-report
75
- path: html-report.zip
+ path: artifacts/html-report.zip
76
# Specify the directory structure for the artifact
77
if-no-files-found: error
78
if: always()
0 commit comments