Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build artifact upload (wpilibsuite#745)
Files/directories starting with . are now considered "hidden" and won't be uploaded by default. Uploading only the repository makes it so .m2 isn't in the recursive glob, and ensures settings.xml doesn't get uploaded (good practice since it can potentially contain repository credentials).
- Loading branch information