I think it would be worth mentioning the filtering of empty directories.
https://github.com/actions/upload-artifact/blob/65d862660abb392b8c4a3d1195a2108db131dd05/src/search.ts#L99-L100
I think by default, if we add a path, we expect to see it in the artifact that is generated, even if it is empty, another way we tend to think that something went wrong with the configuration of the action. Since this is not the case, I think it would be good to let the user know that the lack of empty directories is the expected behavior.
What files would you like to change?
README.md
What are your suggested changes?
I think it would be worth mentioning the filtering of empty directories. https://github.com/actions/upload-artifact/blob/65d862660abb392b8c4a3d1195a2108db131dd05/src/search.ts#L99-L100 I think by default, if we add a path, we expect to see it in the artifact that is generated, even if it is empty, another way we tend to think that something went wrong with the configuration of the action. Since this is not the case, I think it would be good to let the user know that the lack of empty directories is the expected behavior.