diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index e26986b75..61db77736 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -72,5 +72,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: 'Snapshots' - path: | - cypress/snapshots/ \ No newline at end of file + path: ./cypress/snapshots/ \ No newline at end of file