Skip to content

Commit d216582

Browse files
authored
Fix workflow file name (#4192)
1 parent e3ba7fe commit d216582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: dawidd6/action-download-artifact@v2
5555
if: success() && github.event.number
5656
with:
57-
workflow: bundle_analysis_upload.yml
57+
workflow: analyze.yml
5858
branch: ${{ github.event.pull_request.base.ref }}
5959
name: bundle_analysis.json
6060
path: beta/.next/analyze/base/bundle

0 commit comments

Comments
 (0)