From 4224d783bc27c56e2880e6bc942d928ed412f0cf Mon Sep 17 00:00:00 2001 From: iCrawl Date: Thu, 12 Jan 2023 11:32:09 +0100 Subject: [PATCH] ci: fix accessing the base branch bundle --- .github/workflows/nextjs-bundle-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index d02765e44..4bf89156f 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -69,7 +69,7 @@ jobs: - name: Compare with base branch bundle if: success() && github.event.number - run: ls -laR apps/website/.next/analyze/base && npx -yes -p github:hashicorp/nextjs-bundle-analysis compare + run: ls -laR .next/analyze/base && npx -yes -p github:hashicorp/nextjs-bundle-analysis compare - name: Get comment body id: get-comment-body