Closed ricokahler closed 4 years ago
Could you try changing to v2? That fixed it for me.
- uses: preactjs/compressed-size-action@v2
@kroofy I gave that a go. Still nothin'
Oh wow, I just realized I updated checkout
instead of compressed-size
in my github workflow file. I actually updated to v2 and it's working now. 🤦♀️
Glad to hear it worked out!
I have a bit of an edge case setup where:
dist
at once/dist/package-1/index.esm.js
It seems like
compressed-size-action
isn't finding the/dist/package-1/index.esm.js
. Looking into the code here, it seems like the default glob pattern (i.e.**/dist/**/*.js
) should match my files.Below is a screenshot of my test in globster where the highlighted files are the matched files.
If it helps, you can see the result my CI run here.
Hope that helps fix this issue and thanks a bunch for this awesome action!