From 019eb6aff4786e2a642210808ba646f5e5339dd4 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 6 Nov 2021 18:38:02 +0000 Subject: [PATCH] Fix path --- .github/workflows/bundle_analysis_upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle_analysis_upload.yml b/.github/workflows/bundle_analysis_upload.yml index 8439aa9e5..dea788a81 100644 --- a/.github/workflows/bundle_analysis_upload.yml +++ b/.github/workflows/bundle_analysis_upload.yml @@ -57,7 +57,7 @@ jobs: workflow: bundle_analysis_upload.yml branch: ${{ github.event.pull_request.base.ref }} name: bundle_analysis.json - path: beta/.next/analyze/base + path: beta/.next/analyze/base/bundle # And here's the second place - this runs after we have both the current and # base branch bundle stats, and will compare them to determine what changed.