From 4fcc57b97a752a36bd1c078dce7d77b92b79ef93 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 6 Nov 2021 18:22:39 +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 45c609db..8439aa9e 100644 --- a/.github/workflows/bundle_analysis_upload.yml +++ b/.github/workflows/bundle_analysis_upload.yml @@ -81,7 +81,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: analysis_comment.txt - path: .next/analyze/__bundle_analysis_comment.txt + path: beta/.next/analyze/__bundle_analysis_comment.txt # The actual commenting happens in the other action, matching the guidance in # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/