ci: fix accessing the base branch bundle

This commit is contained in:
iCrawl 2023-01-12 11:32:09 +01:00
parent 3659e0de67
commit 4224d783bc
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -69,7 +69,7 @@ jobs:
- name: Compare with base branch bundle
if: success() && github.event.number
run: ls -laR apps/website/.next/analyze/base && npx -yes -p github:hashicorp/nextjs-bundle-analysis compare
run: ls -laR .next/analyze/base && npx -yes -p github:hashicorp/nextjs-bundle-analysis compare
- name: Get comment body
id: get-comment-body