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 09cbfb4 commit 0badb66Copy full SHA for 0badb66
.github/workflows/playwright-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/upload-artifact@v4
59
with:
60
name: zip-archives
61
- path: '*.zip'
+ path: 'target/*.zip'
62
63
# Step 8: Deploy Allure report to GitHub Pages
64
- name: Deploy Allure Report to GitHub Pages
0 commit comments