Skip to content

Commit 189e915

Browse files
Merge pull request #21351 from emberjs/NullVoxPopuli-patch-1
Update pkg-size action to use new branch
2 parents 8c2698d + 4c5ed21 commit 189e915

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/package-size.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- uses: ./.github/actions/setup
21-
- uses: wyvox/pkg-size@4c68a40496b9dd2d228575f8738cdfa4ad277754
21+
- uses: wyvox/pkg-size@99124c98adc9d470c19b9b88f103163067a9d480
2222
with:
2323
build-command: "pnpm build"
2424
display-size: uncompressed, brotli
2525
unchanged-files: hide
26+
paths: |
27+
dist/dev
28+
dist/prod
2629
env:
2730
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)