Browse Source

Fix workflow file name (#4192)

main
Soichiro Miki 3 years ago
committed by GitHub
parent
commit
d216582ff9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/analyze.yml

2
.github/workflows/analyze.yml

@ -54,7 +54,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2 uses: dawidd6/action-download-artifact@v2
if: success() && github.event.number if: success() && github.event.number
with: with:
workflow: bundle_analysis_upload.yml workflow: analyze.yml
branch: ${{ github.event.pull_request.base.ref }} branch: ${{ github.event.pull_request.base.ref }}
name: bundle_analysis.json name: bundle_analysis.json
path: beta/.next/analyze/base/bundle path: beta/.next/analyze/base/bundle

Loading…
Cancel
Save