actions / upload-artifact

MIT License
3.03k stars 686 forks source link

[bug] #583

Open Scaramanga77 opened 3 weeks ago

Scaramanga77 commented 3 weeks ago

What happened?

When using a path pattern such as ${{ github.workspace }}/*/.csproj the required files are found but if I use something such as ${{ github.workspace }}/*/?(Chart.yaml|configmap.yaml|appsettings.json|appsettings.Development.json|.csproj) it fails to find any files

What did you expect to happen?

Multiple files matching the expression to be found

How can we reproduce it?

Just have a repo that has files of type that you want to search for.

Anything else we need to know?

No response

What version of the action are you using?

v4

What are your runner environments?

linux

Are you on GitHub Enterprise Server? If so, what version?

No response