Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add globbing support #1524

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add globbing support #1524

wants to merge 3 commits into from

Conversation

lishaduck
Copy link

Fixes #770 for real.

Personally, I think this change belongs in the cli, but I decided that rewriting the argument parsing there was a much larger endeavor than this.
Tests are failing because it now globs the files, but they don't actually exist. I suppose we need fixtures then? Shouldn't be breaking in practice though.

@ssbarnea
Copy link

ssbarnea commented Aug 13, 2024

I can wait to see this merged. Interesting how the globbing was silently removed on each major version...

@lishaduck
Copy link
Author

I tried deduping deps, but it only found duplicate devdeps, so the build didn't get any smaller 😢

@glen-84
Copy link

glen-84 commented Sep 11, 2024

It might make sense to use @actions/glob, like @actions/upload-artifact does?

@lishaduck
Copy link
Author

It might make sense to use @actions/glob, like @actions/upload-artifact does?

I hadn't heard of that, but yes, it looks like a better alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Globs not supported in v2?
3 participants