Skip to content

Commit e51fd02

Browse files
committed
fix
1 parent f65e35c commit e51fd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-size-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
pkg-size-report:
1313
name: Package Size Report
1414
runs-on: ubuntu-latest
15-
options:
16-
hide-files: '!cwr.js'
1715
steps:
1816
- name: Checkout
1917
uses: actions/checkout@v2
@@ -25,5 +23,7 @@ jobs:
2523

2624
- name: Package size report
2725
uses: pkg-size/action@v1
26+
hide-files: '!/dist/cwr.js'
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+

0 commit comments

Comments
 (0)