diff --git a/.github/workflows/githubactions.yml b/.github/workflows/githubactions.yml index f2a1303..925b978 100644 --- a/.github/workflows/githubactions.yml +++ b/.github/workflows/githubactions.yml @@ -96,7 +96,7 @@ jobs: - name: Install Percy CLI run: npm install --save-dev @percy/cli - name: Run Percy Snapshot - run: npx percy snapshot ./dist/index.html + run: npx percy snapshot dist/ - name: Run e2e run: npm run e2e:test - uses: actions/upload-artifact@v4