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/