From 9c4d030ea22841cc4f733f699070fd5ff0f1dfea Mon Sep 17 00:00:00 2001 From: Lenny Peters Date: Thu, 19 Dec 2024 09:18:25 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20addressing=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/githubactions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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